Update go.mod - #182
Conversation
CI require to update the go.mod and go.sum as it says it is outdated. Update go.mod and go.sum. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
| require ( | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/go-ini/ini v1.62.0 // indirect | ||
| github.com/go-playground/locales v0.13.0 // indirect | ||
| github.com/go-playground/universal-translator v0.17.0 // indirect | ||
| github.com/golang/protobuf v1.5.2 // indirect | ||
| github.com/leodido/go-urn v1.2.1 // indirect | ||
| github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/prometheus/client_model v0.2.0 // indirect | ||
| github.com/prometheus/common v0.29.0 // indirect | ||
| github.com/prometheus/procfs v0.6.0 // indirect | ||
| github.com/smartystreets/goconvey v1.7.2 // indirect | ||
| gopkg.in/ini.v1 v1.63.2 // indirect | ||
| ) |
There was a problem hiding this comment.
Why was that even here? I'm not surprised the CI complained. I'm surprised it didn't complain earlier.
There was a problem hiding this comment.
btw as far as I can see this whole thing is exactly the same as the section right above
|
Build failed (check pipeline). Post ❌ stf-crc-ocp_418-local_build NODE_FAILURE Node(set) request 100-0000163598 failed in 0s |
|
recheck NODE_FAILUREs |
CI require to update the go.mod and go.sum as
it says it is outdated.
Update go.mod and go.sum.