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

Commit c64a3ee

Browse files
committed
build: update dependencies
This is the result of `go get -u=patch ./...`
1 parent 9621605 commit c64a3ee

File tree

3 files changed

+60
-30
lines changed

3 files changed

+60
-30
lines changed

go.mod

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,43 @@ module github.com/intel/pmem-csi
33
go 1.16
44

55
require (
6+
github.com/aws/aws-sdk-go v1.38.71 // indirect
67
github.com/container-storage-interface/spec v1.5.0
78
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
89
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
10+
github.com/felixge/httpsnoop v1.0.2 // indirect
11+
github.com/fsnotify/fsnotify v1.5.4 // indirect
912
github.com/go-bindata/go-bindata v3.1.2+incompatible
1013
github.com/go-logr/logr v1.2.3
14+
github.com/go-logr/zapr v1.2.3 // indirect
1115
github.com/go-openapi/jsonreference v0.20.0 // indirect
1216
github.com/go-openapi/swag v0.21.1 // indirect
13-
github.com/google/gnostic v0.6.8 // indirect
14-
github.com/google/go-cmp v0.5.7
17+
github.com/google/gnostic v0.6.9 // indirect
18+
github.com/google/go-cmp v0.5.8
1519
github.com/google/gofuzz v1.2.0 // indirect
1620
github.com/google/uuid v1.3.0
1721
github.com/kubernetes-csi/csi-lib-utils v0.9.1
1822
github.com/kubernetes-csi/csi-test/v4 v4.2.0
1923
github.com/mailru/easyjson v0.7.7 // indirect
20-
github.com/miekg/dns v1.1.38 // indirect
24+
github.com/miekg/dns v1.1.48 // indirect
2125
github.com/onsi/ginkgo v1.16.5
2226
github.com/onsi/ginkgo/v2 v2.1.4 // indirect
2327
github.com/onsi/gomega v1.19.0
24-
github.com/operator-framework/operator-lib v0.4.0
28+
github.com/opencontainers/selinux v1.10.1 // indirect
29+
github.com/operator-framework/operator-lib v0.4.1
2530
github.com/prometheus/client_golang v1.12.1
2631
github.com/prometheus/client_model v0.2.0
2732
github.com/prometheus/common v0.33.0
28-
github.com/stretchr/testify v1.7.0
29-
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2
33+
github.com/stretchr/testify v1.7.1
34+
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
35+
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
3036
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
31-
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
37+
golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba
3238
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
3339
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
34-
google.golang.org/grpc v1.40.0
40+
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
41+
google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e // indirect
42+
google.golang.org/grpc v1.45.0
3543
google.golang.org/protobuf v1.28.0
3644
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
3745
gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)