Skip to content

Commit

Permalink
chore(deps): go get -u ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
patdowney committed Oct 31, 2024
1 parent 87eab1e commit 629fc31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ go 1.23.2

require (
github.com/auth0/go-jwt-middleware/v2 v2.2.2
github.com/dioad/net v0.42.4
github.com/dioad/net v0.42.15
golang.org/x/oauth2 v0.23.0
gopkg.in/go-jose/go-jose.v2 v2.6.3
)

require (
Expand Down Expand Up @@ -64,6 +65,5 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ github.com/dioad/net v0.42.3 h1:eyCtbAiatkUT8w+t00MPsPfYcJSAraElL/arwK0XEB4=
github.com/dioad/net v0.42.3/go.mod h1:w1wQyHHd389P+i3KyXO28VyqQi16UheydU19k8WR9hQ=
github.com/dioad/net v0.42.4 h1:JpiuCqCAnYunj5j6zo4tgYMV5T5ieNyZIkfEdzYFqGc=
github.com/dioad/net v0.42.4/go.mod h1:w1wQyHHd389P+i3KyXO28VyqQi16UheydU19k8WR9hQ=
github.com/dioad/net v0.42.15 h1:MYihBah2WlvGluqc7QriXuin6eYXC95E/n5Jm3uX93g=
github.com/dioad/net v0.42.15/go.mod h1:w1wQyHHd389P+i3KyXO28VyqQi16UheydU19k8WR9hQ=
github.com/dioad/util v0.5.0 h1:cLDCyXyHoxSIdJL2HiUTb35SqvJLTrQzMPXrvTuYJQ8=
github.com/dioad/util v0.5.0/go.mod h1:eVsJgq1YuDdv2hTcCxTVu83w+IPFAPfrvVLjfHLAMGk=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
Expand Down

0 comments on commit 629fc31

Please sign in to comment.