Skip to content

Commit 96b3261

Browse files
committed
Update go mods
Signed-off-by: Luis Pabón <[email protected]>
1 parent cf5f25d commit 96b3261

File tree

281 files changed

+9021
-5545
lines changed

Some content is hidden

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

281 files changed

+9021
-5545
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@ module github.com/libopenstorage/grpc-framework
33
go 1.18
44

55
require (
6-
github.com/coreos/go-oidc/v3 v3.4.0
7-
github.com/golang-jwt/jwt/v4 v4.4.3
8-
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
6+
github.com/coreos/go-oidc/v3 v3.5.0
7+
github.com/golang-jwt/jwt/v4 v4.5.0
8+
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
99
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
10-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0
10+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
1111
github.com/pborman/uuid v1.2.1
1212
github.com/prometheus/client_golang v1.14.0
13-
github.com/rs/cors v1.8.2
13+
github.com/rs/cors v1.8.3
1414
github.com/sirupsen/logrus v1.9.0
1515
github.com/stretchr/testify v1.8.0
1616
golang.org/x/time v0.3.0
17-
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37
18-
google.golang.org/grpc v1.51.0
19-
google.golang.org/protobuf v1.28.1
17+
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
18+
google.golang.org/grpc v1.53.0
19+
google.golang.org/protobuf v1.29.1
2020
)
2121

2222
require (
2323
github.com/beorn7/perks v1.0.1 // indirect
2424
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2525
github.com/davecgh/go-spew v1.1.1 // indirect
26-
github.com/golang/protobuf v1.5.2 // indirect
26+
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
27+
github.com/golang/protobuf v1.5.3 // indirect
2728
github.com/google/uuid v1.3.0 // indirect
2829
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2930
github.com/pmezard/go-difflib v1.0.0 // indirect
3031
github.com/prometheus/client_model v0.3.0 // indirect
31-
github.com/prometheus/common v0.38.0 // indirect
32-
github.com/prometheus/procfs v0.8.0 // indirect
33-
golang.org/x/crypto v0.4.0 // indirect
34-
golang.org/x/net v0.4.0 // indirect
35-
golang.org/x/oauth2 v0.3.0 // indirect
36-
golang.org/x/sys v0.3.0 // indirect
37-
golang.org/x/text v0.5.0 // indirect
32+
github.com/prometheus/common v0.42.0 // indirect
33+
github.com/prometheus/procfs v0.9.0 // indirect
34+
golang.org/x/crypto v0.7.0 // indirect
35+
golang.org/x/net v0.8.0 // indirect
36+
golang.org/x/oauth2 v0.6.0 // indirect
37+
golang.org/x/sys v0.6.0 // indirect
38+
golang.org/x/text v0.8.0 // indirect
3839
google.golang.org/appengine v1.6.7 // indirect
39-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
4040
gopkg.in/yaml.v3 v3.0.1 // indirect
4141
)

go.sum

Lines changed: 60 additions & 568 deletions
Large diffs are not rendered by default.

vendor/github.com/coreos/go-oidc/v3/oidc/jwks.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/go-oidc/v3/oidc/verify.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/square/go-jose.v2/.gitignore renamed to vendor/github.com/go-jose/go-jose/v3/.gitignore

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v3/.golangci.yml

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v3/.travis.yml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

vendor/gopkg.in/square/go-jose.v2/CONTRIBUTING.md renamed to vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)