about summary refs log tree commit diff
path: root/tools/nixery/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nixery/go.mod')
-rw-r--r--tools/nixery/go.mod21
1 files changed, 5 insertions, 16 deletions
diff --git a/tools/nixery/go.mod b/tools/nixery/go.mod
index dfaeb72068..005daa337d 100644
--- a/tools/nixery/go.mod
+++ b/tools/nixery/go.mod
@@ -3,22 +3,11 @@ module github.com/google/nixery
 go 1.15
 
 require (
-	cloud.google.com/go/storage v1.18.2
-	github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
-	github.com/cespare/xxhash/v2 v2.1.2 // indirect
-	github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
-	github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
-	github.com/envoyproxy/go-control-plane v0.10.0 // indirect
-	github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
+	cloud.google.com/go/storage v1.22.1
 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
-	github.com/google/go-cmp v0.5.6
-	github.com/pkg/xattr v0.4.4
+	github.com/google/go-cmp v0.5.8
+	github.com/pkg/xattr v0.4.7
 	github.com/sirupsen/logrus v1.8.1
-	golang.org/x/net v0.0.0-20211029160332-540bb53d3b2e // indirect
-	golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
-	golang.org/x/sys v0.0.0-20211029162942-c1bf0bb051ef // indirect
-	gonum.org/v1/gonum v0.9.3
-	google.golang.org/api v0.60.0 // indirect
-	google.golang.org/genproto v0.0.0-20211029142109-e255c875f7c7 // indirect
-	google.golang.org/grpc v1.41.0 // indirect
+	golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
+	gonum.org/v1/gonum v0.11.0
 )