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

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
This is the result of `go get -u=patch ./...`
  • Loading branch information
pohly committed May 4, 2022
1 parent 9621605 commit c64a3ee
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 30 deletions.
24 changes: 16 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,43 @@ module github.com/intel/pmem-csi
go 1.16

require (
github.com/aws/aws-sdk-go v1.38.71 // indirect
github.com/container-storage-interface/spec v1.5.0
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-logr/logr v1.2.3
github.com/go-logr/zapr v1.2.3 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/google/gnostic v0.6.8 // indirect
github.com/google/go-cmp v0.5.7
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.8
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0
github.com/kubernetes-csi/csi-lib-utils v0.9.1
github.com/kubernetes-csi/csi-test/v4 v4.2.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/miekg/dns v1.1.38 // indirect
github.com/miekg/dns v1.1.48 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/ginkgo/v2 v2.1.4 // indirect
github.com/onsi/gomega v1.19.0
github.com/operator-framework/operator-lib v0.4.0
github.com/opencontainers/selinux v1.10.1 // indirect
github.com/operator-framework/operator-lib v0.4.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.33.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2
github.com/stretchr/testify v1.7.1
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
google.golang.org/grpc v1.40.0
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e // indirect
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit c64a3ee

Please sign in to comment.