dedis / protobuf

Reflection-based Protocol Buffers for Go
GNU General Public License v2.0
76 stars 15 forks source link

Error loading module requirements #63

Closed AnomalRoil closed 5 years ago

AnomalRoil commented 5 years ago

The culprit appears to be the following: https://github.com/dedis/protobuf/blob/aaafc048527b821ddbe59e5a81fe5c05a61166b4/go.mod#L5

AnomalRoil commented 5 years ago

Okay, it seems that if I go get directly the go.dedis.ch/* paths it works. I don't know why go get -u . wouldn't do it.