-
Notifications
You must be signed in to change notification settings - Fork 5.8k
go.mod: update replace dependencies #11164
Copy link
Copy link
Labels
help wantedRequest for community participation, code, contributionRequest for community participation, code, contributionsize/m2-4 day effort2-4 day effort
Description
Feature Request
Opening a feature request kicks off a discussion.
Proposal:
There are currently four replace stanzas in our go.mod. Looking at the bugs that were opened for each of these, at least the last 3 appear to be closed and resolved.
If updating or removing the replace stanzas is not possible, then add a reason as to why. Investigate the following:
-
github.com/satori/go.uuid => github.com/gofrs/uuidvia NewV4: non-random uuid satori/go.uuid#73 -
github.com/mdlayher/apcupsd => github.com/influxdata/apcupsdvia ALARMDEL can't be parsed as a time.Duration mdlayher/apcupsd#10 -
github.com/cisco-ie/nx-telemetry-proto => github.com/sbezverk/nx-telemetry-protovia update dependency and add generation make file cisco-ie/nx-telemetry-proto#1 -
github.com/riemann/riemann-go-client => github.com/dstrand1/riemann-go-clientvia Upgrade to new protobuf library riemann/riemann-go-client#27
The third one appears to be a PR against a fork. The fork itself has the protobuf files now. The second and fourth appear to be resolved and in master. The first may require additional investigation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedRequest for community participation, code, contributionRequest for community participation, code, contributionsize/m2-4 day effort2-4 day effort