1
1
module go.infratographer.com/loadbalancer-manager-haproxy
2
2
3
- go 1.22
3
+ go 1.23.0
4
4
5
- toolchain go1.22.3
5
+ toolchain go1.23.5
6
6
7
7
require (
8
8
github.com/haproxytech/config-parser/v4 v4.2.1
9
9
github.com/mitchellh/go-homedir v1.1.0
10
- github.com/spf13/cobra v1.8.0
11
- github.com/spf13/viper v1.18.2
12
- github.com/stretchr/testify v1.9 .0
10
+ github.com/spf13/cobra v1.8.1
11
+ github.com/spf13/viper v1.19.0
12
+ github.com/stretchr/testify v1.10 .0
13
13
go.infratographer.com/load-balancer-api v0.3.0
14
- go.infratographer.com/x v0.5.1
14
+ go.infratographer.com/x v0.6.0
15
15
go.uber.org/zap v1.27.0
16
16
)
17
17
18
18
require (
19
- github.com/MicahParks/jwkset v0.5.17 // indirect
20
- github.com/MicahParks/keyfunc/v3 v3.3.2 // indirect
19
+ github.com/MicahParks/jwkset v0.8.0 // indirect
20
+ github.com/MicahParks/keyfunc/v3 v3.3.10 // indirect
21
21
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22
22
github.com/felixge/httpsnoop v1.0.4 // indirect
23
23
github.com/fsnotify/fsnotify v1.7.0 // indirect
24
- github.com/go-logr/logr v1.4.1 // indirect
24
+ github.com/go-logr/logr v1.4.2 // indirect
25
25
github.com/go-logr/stdr v1.2.2 // indirect
26
26
github.com/gofrs/flock v0.8.1 // indirect
27
27
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
@@ -33,45 +33,46 @@ require (
33
33
github.com/hasura/go-graphql-client v0.12.1 // indirect
34
34
github.com/inconshreveable/mousetrap v1.1.0 // indirect
35
35
github.com/jaevor/go-nanoid v1.4.0 // indirect
36
- github.com/klauspost/compress v1.17.8 // indirect
37
- github.com/labstack/echo-jwt/v4 v4.2 .0 // indirect
38
- github.com/labstack/echo/v4 v4.12.0 // indirect
36
+ github.com/klauspost/compress v1.17.11 // indirect
37
+ github.com/labstack/echo-jwt/v4 v4.3 .0 // indirect
38
+ github.com/labstack/echo/v4 v4.13.3 // indirect
39
39
github.com/labstack/gommon v0.4.2 // indirect
40
40
github.com/magiconair/properties v1.8.7 // indirect
41
41
github.com/mattn/go-colorable v0.1.13 // indirect
42
42
github.com/mattn/go-isatty v0.0.20 // indirect
43
- github.com/minio/highwayhash v1.0.2 // indirect
43
+ github.com/minio/highwayhash v1.0.3 // indirect
44
44
github.com/mitchellh/mapstructure v1.5.0 // indirect
45
- github.com/nats-io/jwt/v2 v2.5.5 // indirect
46
- github.com/nats-io/nats-server/v2 v2.10.12 // indirect
47
- github.com/nats-io/nats.go v1.34.1 // indirect
48
- github.com/nats-io/nkeys v0.4.7 // indirect
45
+ github.com/nats-io/jwt/v2 v2.7.3 // indirect
46
+ github.com/nats-io/nats-server/v2 v2.10.24 // indirect
47
+ github.com/nats-io/nats.go v1.38.0 // indirect
48
+ github.com/nats-io/nkeys v0.4.9 // indirect
49
49
github.com/nats-io/nuid v1.0.1 // indirect
50
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
50
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
51
51
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
52
- github.com/rogpeppe/go-internal v1.10.0 // indirect
52
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
53
53
github.com/sagikazarmark/locafero v0.4.0 // indirect
54
54
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
55
55
github.com/sourcegraph/conc v0.3.0 // indirect
56
56
github.com/spf13/afero v1.11.0 // indirect
57
- github.com/spf13/cast v1.6 .0 // indirect
57
+ github.com/spf13/cast v1.7 .0 // indirect
58
58
github.com/spf13/pflag v1.0.5 // indirect
59
59
github.com/stretchr/objx v0.5.2 // indirect
60
60
github.com/subosito/gotenv v1.6.0 // indirect
61
61
github.com/valyala/bytebufferpool v1.0.0 // indirect
62
62
github.com/valyala/fasttemplate v1.2.2 // indirect
63
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
64
- go.opentelemetry.io/otel v1.26.0 // indirect
65
- go.opentelemetry.io/otel/metric v1.26.0 // indirect
66
- go.opentelemetry.io/otel/trace v1.26.0 // indirect
63
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
64
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
65
+ go.opentelemetry.io/otel v1.33.0 // indirect
66
+ go.opentelemetry.io/otel/metric v1.33.0 // indirect
67
+ go.opentelemetry.io/otel/trace v1.33.0 // indirect
67
68
go.uber.org/multierr v1.11.0 // indirect
68
- golang.org/x/crypto v0.23 .0 // indirect
69
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
70
- golang.org/x/net v0.25 .0 // indirect
71
- golang.org/x/oauth2 v0.20 .0 // indirect
72
- golang.org/x/sys v0.20 .0 // indirect
73
- golang.org/x/text v0.15 .0 // indirect
74
- golang.org/x/time v0.5 .0 // indirect
69
+ golang.org/x/crypto v0.32 .0 // indirect
70
+ golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
71
+ golang.org/x/net v0.34 .0 // indirect
72
+ golang.org/x/oauth2 v0.25 .0 // indirect
73
+ golang.org/x/sys v0.29 .0 // indirect
74
+ golang.org/x/text v0.21 .0 // indirect
75
+ golang.org/x/time v0.9 .0 // indirect
75
76
gopkg.in/ini.v1 v1.67.0 // indirect
76
77
gopkg.in/yaml.v3 v3.0.1 // indirect
77
78
nhooyr.io/websocket v1.8.11 // indirect
0 commit comments