Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 20d555c

Browse files
committed
Updating the go version and the go.mod and go.sum file
1 parent dc26073 commit 20d555c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Diff for: go.mod

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
module sigs.k8s.io/container-object-storage-interface-spec
22

3-
go 1.15
3+
go 1.18
44

55
require (
66
github.com/dave/jennifer v1.4.1
77
github.com/golang/protobuf v1.4.3
8-
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect
98
google.golang.org/grpc v1.35.0
109
google.golang.org/protobuf v1.25.0
1110
)
11+
12+
require (
13+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
14+
github.com/mitchellh/protoc-gen-go-json v1.1.0 // indirect
15+
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect
16+
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
17+
golang.org/x/text v0.3.0 // indirect
18+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
19+
)

Diff for: go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
3131
github.com/google/go-cmp v0.5.0 h1:/QaMHBdZ26BB3SSst0Iwl10Epc+xhTquomWX0oZEB6w=
3232
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
3333
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
34+
github.com/mitchellh/protoc-gen-go-json v1.1.0 h1:lEi1xtXyYKDwA8EB5u27+UUZOTznC4JpqVOKZwCGJUo=
35+
github.com/mitchellh/protoc-gen-go-json v1.1.0/go.mod h1:pACAKlMtBf4SMFbVswcjwNwWwlci6Vn841H5jPRcE9I=
3436
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3537
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
3638
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
39+
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
3740
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
3841
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
3942
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=

0 commit comments

Comments
 (0)