network-quality/goresponsiveness

Module list out of date?

Opened this issue · 2 comments

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.

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

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!