Skip to content

Commit d1441fe

Browse files
Update module golang.org/x/oauth2 to v0.22.0
1 parent 206f1dd commit d1441fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ require (
1212
github.com/metal-toolbox/fleetdb v0.16.9-0.20240214145248-f2a287db1df3
1313
github.com/metal-toolbox/rivets v0.2.2
1414
github.com/pkg/errors v0.9.1
15+
github.com/prometheus/client_golang v1.17.0
1516
github.com/sirupsen/logrus v1.9.3
1617
github.com/spf13/cobra v1.8.0
1718
github.com/spf13/viper v1.17.0
1819
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
1920
golang.org/x/net v0.21.0
20-
golang.org/x/oauth2 v0.17.0
21+
golang.org/x/oauth2 v0.22.0
2122
golang.org/x/sync v0.5.0
2223
)
2324

@@ -85,7 +86,6 @@ require (
8586
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
8687
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8788
github.com/pquerna/cachecontrol v0.2.0 // indirect
88-
github.com/prometheus/client_golang v1.17.0 // indirect
8989
github.com/prometheus/client_model v0.5.0 // indirect
9090
github.com/prometheus/common v0.45.0 // indirect
9191
github.com/prometheus/procfs v0.12.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,8 @@ golang.org/x/oauth2 v0.15.0 h1:s8pnnxNVzjWyrvYdFUQq5llS1PX2zhPXmccZv99h7uQ=
923923
golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM=
924924
golang.org/x/oauth2 v0.17.0 h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=
925925
golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA=
926+
golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA=
927+
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
926928
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
927929
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
928930
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)