Skip to content

Commit 1e3111e

Browse files
authored
update deps 2.34 (#1775)
1 parent 6414a0a commit 1e3111e

File tree

2 files changed

+52
-60
lines changed

2 files changed

+52
-60
lines changed

go.mod

+14-14
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
github.com/docker/distribution v2.8.3+incompatible
1616
github.com/facebookincubator/nvdtools v0.1.5
1717
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
18-
github.com/go-git/go-billy/v5 v5.5.0
19-
github.com/go-git/go-git/v5 v5.12.0
18+
github.com/go-git/go-billy/v5 v5.6.1
19+
github.com/go-git/go-git/v5 v5.13.1
2020
github.com/gogo/protobuf v1.3.2
2121
github.com/golang/protobuf v1.5.4
2222
github.com/google/go-cmp v0.6.0
@@ -44,12 +44,12 @@ require (
4444
github.com/stackrox/istio-cves v0.0.0-20221007013142-0bde9b541ec8
4545
github.com/stackrox/k8s-cves v0.0.0-20220818200547-7d0d1420c58d
4646
github.com/stackrox/rox v0.0.0-20210914215712-9ac265932e28
47-
github.com/stretchr/testify v1.9.0
47+
github.com/stretchr/testify v1.10.0
4848
go.etcd.io/bbolt v1.3.10
4949
go.uber.org/goleak v1.3.0
5050
go.uber.org/ratelimit v0.3.1
51-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
52-
golang.org/x/sys v0.22.0
51+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
52+
golang.org/x/sys v0.28.0
5353
google.golang.org/api v0.189.0
5454
google.golang.org/grpc v1.65.0
5555
gopkg.in/yaml.v2 v2.4.0
@@ -63,7 +63,7 @@ require (
6363
cloud.google.com/go/iam v1.1.10 // indirect
6464
dario.cat/mergo v1.0.0 // indirect
6565
github.com/Microsoft/go-winio v0.6.2 // indirect
66-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
66+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
6767
github.com/andybalholm/brotli v1.0.4 // indirect
6868
github.com/andybalholm/cascadia v1.3.2 // indirect
6969
github.com/benbjohnson/clock v1.3.0 // indirect
@@ -74,7 +74,7 @@ require (
7474
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
7575
github.com/containers/ocicrypt v1.2.0 // indirect
7676
github.com/containers/storage v1.55.0 // indirect
77-
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
77+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
7878
github.com/docker/docker v27.1.1+incompatible // indirect
7979
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
8080
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
@@ -129,7 +129,7 @@ require (
129129
github.com/prometheus/common v0.51.1 // indirect
130130
github.com/prometheus/procfs v0.15.1 // indirect
131131
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
132-
github.com/skeema/knownhosts v1.2.2 // indirect
132+
github.com/skeema/knownhosts v1.3.0 // indirect
133133
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
134134
github.com/tkuchiki/go-timezone v0.2.2 // indirect
135135
github.com/ulikunitz/xz v0.5.12 // indirect
@@ -147,12 +147,12 @@ require (
147147
go.uber.org/atomic v1.11.0 // indirect
148148
go.uber.org/multierr v1.11.0 // indirect
149149
go.uber.org/zap v1.26.0 // indirect
150-
golang.org/x/crypto v0.25.0 // indirect
151-
golang.org/x/net v0.27.0 // indirect
152-
golang.org/x/oauth2 v0.21.0 // indirect
153-
golang.org/x/sync v0.7.0 // indirect
154-
golang.org/x/term v0.22.0 // indirect
155-
golang.org/x/text v0.16.0 // indirect
150+
golang.org/x/crypto v0.31.0 // indirect
151+
golang.org/x/net v0.33.0 // indirect
152+
golang.org/x/oauth2 v0.24.0 // indirect
153+
golang.org/x/sync v0.10.0 // indirect
154+
golang.org/x/term v0.27.0 // indirect
155+
golang.org/x/text v0.21.0 // indirect
156156
golang.org/x/time v0.5.0 // indirect
157157
golang.stackrox.io/grpc-http1 v0.3.9 // indirect
158158
google.golang.org/genproto v0.0.0-20240722135656-d784300faade // indirect

0 commit comments

Comments
 (0)