We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af27068 commit b190365Copy full SHA for b190365
grafeas/go.mod
@@ -0,0 +1,18 @@
1
+module github.com/wlynch/test/grafeas
2
+
3
+go 1.18
4
5
+require (
6
+ github.com/golang/protobuf v1.5.2
7
+ google.golang.org/genproto v0.0.0-20220526192754-51939a95c655
8
+)
9
10
11
+ github.com/grafeas/grafeas v0.2.2-0.20220517195434-9a05043801fe // indirect
12
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.2 // indirect
13
+ golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
14
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
15
+ golang.org/x/text v0.3.7 // indirect
16
+ google.golang.org/grpc v1.46.2 // indirect
17
+ google.golang.org/protobuf v1.28.0 // indirect
18
0 commit comments