Skip to content

Commit fe6bbd8

Browse files
authored
Fix FOSSA errors (#4234)
* Update jose-go and deps, indirect proto updates
1 parent e5f90c1 commit fe6bbd8

File tree

4 files changed

+13
-214
lines changed

4 files changed

+13
-214
lines changed

buf.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ deps:
44
- remote: buf.build
55
owner: googleapis
66
repository: googleapis
7-
commit: c0913f24652a4cfc95f77d97443a5005
7+
commit: acd896313c55464b993332136ded1b6e
88
- remote: buf.build
99
owner: grpc-ecosystem
1010
repository: grpc-gateway

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/NYTimes/gziphandler v1.1.1
88
github.com/alexedwards/scs/v2 v2.5.1
99
github.com/cheshir/ttlcache v1.0.1-0.20220504185148-8ceeff21b789
10-
github.com/coreos/go-oidc/v3 v3.4.0
10+
github.com/coreos/go-oidc/v3 v3.10.0
1111
github.com/fluxcd/cli-utils v0.36.0-flux.2
1212
github.com/fluxcd/go-git-providers v0.16.0
1313
github.com/fluxcd/helm-controller/api v1.1.0
@@ -52,7 +52,7 @@ require (
5252
google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38
5353
google.golang.org/grpc v1.67.1
5454
google.golang.org/protobuf v1.35.1
55-
gopkg.in/square/go-jose.v2 v2.6.0
55+
gopkg.in/go-jose/go-jose.v2 v2.6.3
5656
gopkg.in/yaml.v3 v3.0.1
5757
gotest.tools v2.2.0+incompatible
5858
k8s.io/api v0.31.1
@@ -80,6 +80,7 @@ require (
8080
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
8181
github.com/fatih/color v1.16.0 // indirect
8282
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
83+
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
8384
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
8485
github.com/gogo/protobuf v1.3.2 // indirect
8586
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
@@ -116,6 +117,7 @@ require (
116117
golang.org/x/sync v0.9.0 // indirect
117118
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
118119
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
120+
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
119121
gopkg.in/yaml.v2 v2.4.0 // indirect
120122
)
121123

0 commit comments

Comments
 (0)