You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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/uuid
via NewV4: non-random uuid satori/go.uuid#73github.com/mdlayher/apcupsd => github.com/influxdata/apcupsd
via ALARMDEL can't be parsed as a time.Duration mdlayher/apcupsd#10github.com/cisco-ie/nx-telemetry-proto => github.com/sbezverk/nx-telemetry-proto
via update dependency and add generation make file cisco-ie/nx-telemetry-proto#1github.com/riemann/riemann-go-client => github.com/dstrand1/riemann-go-client
via Upgrade to new protobuf library riemann/riemann-go-client#27The 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.
The text was updated successfully, but these errors were encountered: