File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ require (
12
12
github.com/metal-toolbox/fleetdb v0.16.9-0.20240214145248-f2a287db1df3
13
13
github.com/metal-toolbox/rivets v0.2.2
14
14
github.com/pkg/errors v0.9.1
15
+ github.com/prometheus/client_golang v1.17.0
15
16
github.com/sirupsen/logrus v1.9.3
16
17
github.com/spf13/cobra v1.8.0
17
18
github.com/spf13/viper v1.17.0
18
19
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
19
20
golang.org/x/net v0.21.0
20
- golang.org/x/oauth2 v0.17 .0
21
+ golang.org/x/oauth2 v0.22 .0
21
22
golang.org/x/sync v0.5.0
22
23
)
23
24
@@ -85,7 +86,6 @@ require (
85
86
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
86
87
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
87
88
github.com/pquerna/cachecontrol v0.2.0 // indirect
88
- github.com/prometheus/client_golang v1.17.0 // indirect
89
89
github.com/prometheus/client_model v0.5.0 // indirect
90
90
github.com/prometheus/common v0.45.0 // indirect
91
91
github.com/prometheus/procfs v0.12.0 // indirect
Original file line number Diff line number Diff line change @@ -923,6 +923,8 @@ golang.org/x/oauth2 v0.15.0 h1:s8pnnxNVzjWyrvYdFUQq5llS1PX2zhPXmccZv99h7uQ=
923
923
golang.org/x/oauth2 v0.15.0 /go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM =
924
924
golang.org/x/oauth2 v0.17.0 h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ =
925
925
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 =
926
928
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
927
929
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
928
930
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments