Skip to content

Commit dad90f2

Browse files
committed
Vendor latest secrets repository
1 parent 090777d commit dad90f2

File tree

413 files changed

+73717
-8821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

413 files changed

+73717
-8821
lines changed

go.mod

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ go 1.17
44

55
require (
66
bazil.org/fuse v0.0.0-20160317181031-37bfa8be9291
7-
github.com/aws/aws-sdk-go v1.35.24
7+
github.com/aws/aws-sdk-go v1.44.164
88
github.com/cenkalti/backoff v2.2.1+incompatible
99
github.com/codegangsta/cli v1.13.1-0.20160326223947-bc465becccd1
1010
github.com/container-storage-interface/spec v1.7.0
1111
github.com/coreos/go-oidc v2.2.1+incompatible
1212
github.com/docker/docker v17.12.0-ce-rc1.0.20200916142827-bd33bbf0497b+incompatible
1313
github.com/dustin/go-humanize v1.0.0
1414
github.com/gobuffalo/packr v1.30.1
15+
github.com/gogo/protobuf v1.3.2
1516
github.com/golang-jwt/jwt/v4 v4.3.0
1617
github.com/golang/mock v1.6.0
1718
github.com/golang/protobuf v1.5.2
@@ -23,12 +24,12 @@ require (
2324
github.com/johannesboyne/gofakes3 v0.0.0-20210819161434-5c8dfcfe5310
2425
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
2526
github.com/libopenstorage/gossip v0.0.0-20220309192431-44c895e0923e
26-
github.com/libopenstorage/secrets v0.0.0-20200207034622-cdb443738c67
27+
github.com/libopenstorage/secrets v0.0.0-20240416031220-a17cf7f72c6c
2728
github.com/libopenstorage/systemutils v0.0.0-20160208220149-44ac83be3ce1
2829
github.com/moby/sys/mountinfo v0.4.0
2930
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
3031
github.com/onsi/ginkgo v1.16.5
31-
github.com/onsi/gomega v1.16.0
32+
github.com/onsi/gomega v1.24.1
3233
github.com/pborman/uuid v1.2.1
3334
github.com/pkg/errors v0.9.1
3435
github.com/portworx/kvdb v0.0.0-20230326003017-21a38cf82d4b
@@ -38,16 +39,16 @@ require (
3839
github.com/sirupsen/logrus v1.9.0
3940
github.com/stretchr/testify v1.8.2
4041
github.com/urfave/negroni v1.0.1-0.20181201104632-7183f09c600e
41-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
42-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
43-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
44-
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6
45-
google.golang.org/grpc v1.40.0
42+
golang.org/x/net v0.7.0
43+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
44+
golang.org/x/sys v0.5.0
45+
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8
46+
google.golang.org/grpc v1.47.0
4647
google.golang.org/protobuf v1.28.1
4748
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
4849
gopkg.in/yaml.v2 v2.4.0
49-
k8s.io/api v0.20.4
50-
k8s.io/apimachinery v0.20.4
50+
k8s.io/api v0.26.0
51+
k8s.io/apimachinery v0.26.0
5152
k8s.io/client-go v12.0.0+incompatible
5253
sigs.k8s.io/container-object-storage-interface-spec v0.0.0-20220211001052-50e143052de8
5354
)
@@ -66,43 +67,43 @@ require (
6667
github.com/coreos/go-semver v0.3.0 // indirect
6768
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
6869
github.com/coreos/go-systemd/v22 v22.1.0 // indirect
69-
github.com/davecgh/go-spew v1.1.1 // indirect
70+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7071
github.com/dgrijalva/jwt-go v3.2.1-0.20180719211823-0b96aaa70776+incompatible // indirect
7172
github.com/docker/distribution v2.7.1+incompatible // indirect
7273
github.com/docker/go-connections v0.4.0 // indirect
7374
github.com/docker/go-units v0.4.0 // indirect
7475
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
7576
github.com/fsnotify/fsnotify v1.5.1 // indirect
76-
github.com/go-logr/logr v1.1.0 // indirect
77+
github.com/go-logr/logr v1.2.3 // indirect
7778
github.com/gobuffalo/envy v1.7.0 // indirect
7879
github.com/gobuffalo/packd v0.3.0 // indirect
7980
github.com/godbus/dbus/v5 v5.0.3 // indirect
80-
github.com/gogo/protobuf v1.3.2 // indirect
8181
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
8282
github.com/google/btree v1.0.0 // indirect
83+
github.com/google/gnostic v0.5.7-v3refs // indirect
84+
github.com/google/go-cmp v0.5.9 // indirect
8385
github.com/google/gofuzz v1.1.0 // indirect
8486
github.com/googleapis/gnostic v0.5.1 // indirect
8587
github.com/hashicorp/consul/api v1.3.0 // indirect
86-
github.com/hashicorp/errwrap v1.0.0 // indirect
87-
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
88+
github.com/hashicorp/errwrap v1.1.0 // indirect
89+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
8890
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
8991
github.com/hashicorp/go-msgpack v0.5.5 // indirect
90-
github.com/hashicorp/go-multierror v1.0.0 // indirect
91-
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
92+
github.com/hashicorp/go-multierror v1.1.1 // indirect
93+
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
9294
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
9395
github.com/hashicorp/golang-lru v0.5.4 // indirect
9496
github.com/hashicorp/logutils v1.0.0 // indirect
9597
github.com/hashicorp/memberlist v0.1.4 // indirect
9698
github.com/hashicorp/serf v0.8.2 // indirect
97-
github.com/imdario/mergo v0.3.10 // indirect
99+
github.com/imdario/mergo v0.3.13 // indirect
98100
github.com/jmespath/go-jmespath v0.4.0 // indirect
99101
github.com/joho/godotenv v1.3.0 // indirect
100102
github.com/json-iterator/go v1.1.12 // indirect
101-
github.com/kr/pretty v0.2.1 // indirect
102103
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
103104
github.com/miekg/dns v1.1.35 // indirect
104105
github.com/mitchellh/go-homedir v1.1.0 // indirect
105-
github.com/mitchellh/mapstructure v1.3.3 // indirect
106+
github.com/mitchellh/mapstructure v1.5.0 // indirect
106107
github.com/moby/locker v1.0.1 // indirect
107108
github.com/moby/sys/mount v0.2.0 // indirect
108109
github.com/moby/sys/symlink v0.1.0 // indirect
@@ -114,38 +115,38 @@ require (
114115
github.com/opencontainers/runc v1.0.0-rc92 // indirect
115116
github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6 // indirect
116117
github.com/opencontainers/selinux v1.6.0 // indirect
117-
github.com/pmezard/go-difflib v1.0.0 // indirect
118+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
118119
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
119120
github.com/prometheus/client_model v0.3.0 // indirect
120121
github.com/prometheus/common v0.37.0 // indirect
121122
github.com/prometheus/procfs v0.8.0 // indirect
122-
github.com/rogpeppe/go-internal v1.3.0 // indirect
123+
github.com/rogpeppe/go-internal v1.8.1 // indirect
123124
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
124125
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
125126
github.com/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect
126127
github.com/spf13/pflag v1.0.5 // indirect
127128
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
128129
github.com/vbatts/tar-split v0.9.14-0.20160330203851-226f7c74905f // indirect
129130
github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243 // indirect
130-
go.opencensus.io v0.22.4 // indirect
131+
go.opencensus.io v0.23.0 // indirect
131132
go.uber.org/atomic v1.7.0 // indirect
132133
go.uber.org/zap v1.15.0 // indirect
133-
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
134-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
135-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
136-
golang.org/x/text v0.3.7 // indirect
137-
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
138-
golang.org/x/tools v0.1.5 // indirect
134+
golang.org/x/crypto v0.6.0 // indirect
135+
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
136+
golang.org/x/term v0.5.0 // indirect
137+
golang.org/x/text v0.7.0 // indirect
138+
golang.org/x/time v0.3.0 // indirect
139+
golang.org/x/tools v0.2.0 // indirect
139140
google.golang.org/appengine v1.6.7 // indirect
140141
gopkg.in/inf.v0 v0.9.1 // indirect
141142
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
142143
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
143144
gopkg.in/yaml.v3 v3.0.1 // indirect
144-
k8s.io/klog/v2 v2.20.0 // indirect
145-
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd // indirect
146-
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
147-
sigs.k8s.io/structured-merge-diff/v4 v4.0.2 // indirect
148-
sigs.k8s.io/yaml v1.2.0 // indirect
145+
k8s.io/klog/v2 v2.80.1 // indirect
146+
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
147+
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
148+
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
149+
sigs.k8s.io/yaml v1.3.0 // indirect
149150
)
150151

151152
replace (

0 commit comments

Comments
 (0)