@@ -5,25 +5,25 @@ go 1.22
5
5
toolchain go1.22.2
6
6
7
7
require (
8
- github.com/bmc-toolbox/common v0.0.0-20240426155832-c9882dbabcca
8
+ github.com/bmc-toolbox/common v0.0.0-20240510143200-3db7cecbb5a6
9
9
github.com/coreos/go-oidc v2.2.1+incompatible
10
10
github.com/equinix-labs/otel-init-go v0.0.9
11
- github.com/gin-gonic/gin v1.9.1
11
+ github.com/gin-gonic/gin v1.10.0
12
12
github.com/google/uuid v1.6.0
13
- github.com/hashicorp/go-retryablehttp v0.7.4
13
+ github.com/hashicorp/go-retryablehttp v0.7.6
14
14
github.com/metal-toolbox/alloy v0.3.3-0.20240415055734-d09250fed38a
15
- github.com/metal-toolbox/fleetdb v0.17.3
15
+ github.com/metal-toolbox/fleetdb v0.18.0
16
16
github.com/metal-toolbox/rivets v1.0.4
17
17
github.com/pkg/errors v0.9.1
18
- github.com/prometheus/client_golang v1.19.0
18
+ github.com/prometheus/client_golang v1.19.1
19
19
github.com/spf13/cobra v1.8.0
20
20
github.com/spf13/viper v1.18.2
21
21
github.com/stretchr/testify v1.9.0
22
22
go.hollow.sh/toolbox v0.6.3
23
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0
23
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51 .0
24
24
go.uber.org/mock v0.4.0
25
25
go.uber.org/zap v1.27.0
26
- golang.org/x/oauth2 v0.19 .0
26
+ golang.org/x/oauth2 v0.20 .0
27
27
)
28
28
29
29
require (
@@ -34,7 +34,7 @@ require (
34
34
github.com/cespare/xxhash/v2 v2.3.0 // indirect
35
35
github.com/cloudwego/base64x v0.1.4 // indirect
36
36
github.com/cloudwego/iasm v0.2.0 // indirect
37
- github.com/cockroachdb/cockroach-go/v2 v2.3.7 // indirect
37
+ github.com/cockroachdb/cockroach-go/v2 v2.3.8 // indirect
38
38
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
39
39
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect
40
40
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -46,18 +46,19 @@ require (
46
46
github.com/go-logr/stdr v1.2.2 // indirect
47
47
github.com/go-playground/locales v0.14.1 // indirect
48
48
github.com/go-playground/universal-translator v0.18.1 // indirect
49
- github.com/go-playground/validator/v10 v10.19 .0 // indirect
49
+ github.com/go-playground/validator/v10 v10.20 .0 // indirect
50
50
github.com/goccy/go-json v0.10.2 // indirect
51
51
github.com/gofrs/uuid v4.4.0+incompatible // indirect
52
52
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
53
- github.com/googleapis/gax-go/v2 v2.12.3 // indirect
53
+ github.com/googleapis/gax-go/v2 v2.12.4 // indirect
54
54
github.com/gosimple/slug v1.14.0 // indirect
55
55
github.com/gosimple/unidecode v1.0.1 // indirect
56
56
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
57
57
github.com/hashicorp/errwrap v1.1.0 // indirect
58
58
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
59
59
github.com/hashicorp/go-multierror v1.1.1 // indirect
60
60
github.com/hashicorp/hcl v1.0.0 // indirect
61
+ github.com/hetiansu5/urlquery v1.2.7 // indirect
61
62
github.com/inconshreveable/mousetrap v1.1.0 // indirect
62
63
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
63
64
github.com/jackc/pgconn v1.14.3 // indirect
@@ -81,7 +82,7 @@ require (
81
82
github.com/nats-io/nats.go v1.34.1 // indirect
82
83
github.com/nats-io/nkeys v0.4.7 // indirect
83
84
github.com/nats-io/nuid v1.0.1 // indirect
84
- github.com/pelletier/go-toml/v2 v2.2.1 // indirect
85
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
85
86
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
86
87
github.com/pquerna/cachecontrol v0.2.0 // indirect
87
88
github.com/prometheus/client_model v0.6.1 // indirect
@@ -113,18 +114,18 @@ require (
113
114
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
114
115
go.uber.org/multierr v1.11.0 // indirect
115
116
gocloud.dev v0.37.0 // indirect
116
- golang.org/x/arch v0.7 .0 // indirect
117
- golang.org/x/crypto v0.22 .0 // indirect
118
- golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
119
- golang.org/x/net v0.24 .0 // indirect
120
- golang.org/x/sys v0.19 .0 // indirect
121
- golang.org/x/text v0.14 .0 // indirect
117
+ golang.org/x/arch v0.8 .0 // indirect
118
+ golang.org/x/crypto v0.23 .0 // indirect
119
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
120
+ golang.org/x/net v0.25 .0 // indirect
121
+ golang.org/x/sys v0.20 .0 // indirect
122
+ golang.org/x/text v0.15 .0 // indirect
122
123
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
123
- google.golang.org/api v0.176.1 // indirect
124
- google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
125
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
124
+ google.golang.org/api v0.180.0 // indirect
125
+ google.golang.org/genproto/googleapis/api v0.0.0-20240509183442-62759503f434 // indirect
126
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434 // indirect
126
127
google.golang.org/grpc v1.63.2 // indirect
127
- google.golang.org/protobuf v1.33.0 // indirect
128
+ google.golang.org/protobuf v1.34.1 // indirect
128
129
gopkg.in/ini.v1 v1.67.0 // indirect
129
130
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
130
131
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments