network-quality / goresponsiveness

A draft-ietf-ippm-responsiveness client in Go.
GNU General Public License v2.0
133 stars 10 forks source link

Module list out of date? #39

Open marcg1 opened 2 years ago

marcg1 commented 2 years ago

The build command in the Dockerfile returned the following:

go: downloading golang.org/x/text v0.3.7 go: updates to go.mod needed; to update it:
go mod tidy

I was able to build the container by replacing go mod download with go mod tidy in the Dockerfile. Thanks.

hawkinsw commented 2 years ago

Will look at this issue ASAP @marcg1 ! Thanks for bringing it to our attention!

hawkinsw commented 1 year ago

Sorry for the delay, @marcg1 !! @randall 's latest patch that we just merged should have fixed this problem. Again, sorry for the delay and thanks for reporting! Let us know if the code that's available now is better!