File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -394,8 +394,5 @@ require (
394394 sigs.k8s.io/yaml v1.2.0 // indirect
395395)
396396
397- // replaced due to https://github.com/satori/go.uuid/issues/73
398- replace github.com/satori/go.uuid => github.com/gofrs/uuid v3.2.0+incompatible
399-
400397// replaced due to open PR updating protobuf https://github.com/cisco-ie/nx-telemetry-proto/pull/1
401398replace github.com/cisco-ie/nx-telemetry-proto => github.com/sbezverk/nx-telemetry-proto v0.0.0-20210629125746-3c19a51b1abc
Original file line number Diff line number Diff line change @@ -1039,7 +1039,6 @@ github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5x
10391039github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
10401040github.com/godbus/dbus/v5 v5.0.6 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
10411041github.com/gofrs/flock v0.8.0 /go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU =
1042- github.com/gofrs/uuid v3.2.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
10431042github.com/gofrs/uuid v3.3.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
10441043github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
10451044github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0 =
@@ -2070,6 +2069,7 @@ github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e h1:CGjiMQ0wMH4
20702069github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e /go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E =
20712070github.com/sanity-io/litter v1.2.0 /go.mod h1:JF6pZUFgu2Q0sBZ+HSV35P8TVPI1TTzEwyu9FXAw2W4 =
20722071github.com/sanposhiho/wastedassign v0.1.3 /go.mod h1:LGpq5Hsv74QaqM47WtIsRSF/ik9kqk07kchgv66tLVE =
2072+ github.com/satori/go.uuid v1.2.0 /go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0 =
20732073github.com/sbezverk/nx-telemetry-proto v0.0.0-20210629125746-3c19a51b1abc h1:9RAsqOFf0U5CuwXR/Jff3nXTv6tAQNN7U4A/2cBRXFc =
20742074github.com/sbezverk/nx-telemetry-proto v0.0.0-20210629125746-3c19a51b1abc /go.mod h1:rJDd05J5hqWVU9MjJ+5jw1CuLn/jRhvU0xtFEzzqjwM =
20752075github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210223165440-c65ae3540d44 /go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8 =
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ LC_ALL=C sort -u < "${tmpdir}/golist" | while IFS= read -r dep; do
2929 # ignore ourselves
3030 github.com/influxdata/telegraf) continue ;;
3131
32- # dependency is replaced in go.mod
33- github.com/satori/go.uuid) continue ;;
34-
3532 # go-autorest has a single license for all sub modules
3633 github.com/Azure/go-autorest/autorest)
3734 dep=github.com/Azure/go-autorest;;
You can’t perform that action at this time.
0 commit comments