Skip to content

Commit b190365

Browse files
committed
grafeas unmarshal test
1 parent af27068 commit b190365

File tree

4 files changed

+684
-0
lines changed

4 files changed

+684
-0
lines changed

grafeas/go.mod

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
require (
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

Comments
 (0)