Closed AnomalRoil closed 5 years ago
The culprit appears to be the following: https://github.com/dedis/protobuf/blob/aaafc048527b821ddbe59e5a81fe5c05a61166b4/go.mod#L5
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.
go get
go.dedis.ch/*
go get -u .
The culprit appears to be the following: https://github.com/dedis/protobuf/blob/aaafc048527b821ddbe59e5a81fe5c05a61166b4/go.mod#L5