about summary refs log blame commit diff
path: root/tools/nixery/go.mod
blob: dfaeb7206820d0684c6a7c043a7434b82fe92080 (plain) (tree)
1
2
3
4
5




                               









                                                                                   
                                         






                                                                                 
 
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
	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/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
)