1
1
module go.infratographer.com/loadbalancer-manager-haproxy
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21 .1
5
+ toolchain go1.22 .1
6
6
7
7
require (
8
8
github.com/haproxytech/config-parser/v4 v4.1.0
9
9
github.com/mitchellh/go-homedir v1.1.0
10
10
github.com/spf13/cobra v1.8.0
11
11
github.com/spf13/viper v1.18.2
12
- github.com/stretchr/testify v1.8.4
12
+ github.com/stretchr/testify v1.9.0
13
13
go.infratographer.com/load-balancer-api v0.1.3
14
- go.infratographer.com/x v0.3.10-0.20240122202348-a5142b682ef6
15
- go.uber.org/zap v1.26 .0
14
+ go.infratographer.com/x v0.4.0
15
+ go.uber.org/zap v1.27 .0
16
16
)
17
17
18
18
require (
19
19
github.com/MicahParks/keyfunc/v2 v2.1.0 // indirect
20
20
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
21
21
github.com/felixge/httpsnoop v1.0.4 // indirect
22
22
github.com/fsnotify/fsnotify v1.7.0 // indirect
23
- github.com/go-logr/logr v1.3.0 // indirect
23
+ github.com/go-logr/logr v1.4.1 // indirect
24
24
github.com/go-logr/stdr v1.2.2 // indirect
25
25
github.com/gobwas/ws v1.0.4 // indirect
26
26
github.com/gofrs/flock v0.8.1 // indirect
27
27
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
28
- github.com/golang-jwt/jwt/v5 v5.1.0 // indirect
29
- github.com/golang/protobuf v1.5.3 // indirect
28
+ github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
29
+ github.com/golang/protobuf v1.5.4 // indirect
30
30
github.com/google/renameio v1.0.1 // indirect
31
- github.com/google/uuid v1.4 .0 // indirect
31
+ github.com/google/uuid v1.6 .0 // indirect
32
32
github.com/haproxytech/go-logger v1.1.0 // indirect
33
33
github.com/hashicorp/hcl v1.0.0 // indirect
34
34
github.com/hasura/go-graphql-client v0.10.1 // indirect
35
35
github.com/inconshreveable/mousetrap v1.1.0 // indirect
36
36
github.com/jaevor/go-nanoid v1.3.0 // indirect
37
- github.com/klauspost/compress v1.17.3 // indirect
37
+ github.com/klauspost/compress v1.17.7 // indirect
38
38
github.com/labstack/echo-jwt/v4 v4.2.0 // indirect
39
- github.com/labstack/echo/v4 v4.11.3 // indirect
40
- github.com/labstack/gommon v0.4.1 // indirect
39
+ github.com/labstack/echo/v4 v4.11.4 // indirect
40
+ github.com/labstack/gommon v0.4.2 // indirect
41
41
github.com/magiconair/properties v1.8.7 // indirect
42
42
github.com/mattn/go-colorable v0.1.13 // indirect
43
43
github.com/mattn/go-isatty v0.0.20 // indirect
44
44
github.com/minio/highwayhash v1.0.2 // indirect
45
45
github.com/mitchellh/mapstructure v1.5.0 // indirect
46
- github.com/nats-io/jwt/v2 v2.5.2 // indirect
47
- github.com/nats-io/nats-server/v2 v2.10.4 // indirect
48
- github.com/nats-io/nats.go v1.31 .0 // indirect
49
- github.com/nats-io/nkeys v0.4.6 // indirect
46
+ github.com/nats-io/jwt/v2 v2.5.5 // indirect
47
+ github.com/nats-io/nats-server/v2 v2.10.12 // indirect
48
+ github.com/nats-io/nats.go v1.34 .0 // indirect
49
+ github.com/nats-io/nkeys v0.4.7 // indirect
50
50
github.com/nats-io/nuid v1.0.1 // indirect
51
- github.com/pelletier/go-toml/v2 v2.1 .0 // indirect
51
+ github.com/pelletier/go-toml/v2 v2.2 .0 // indirect
52
52
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
53
53
github.com/rogpeppe/go-internal v1.10.0 // indirect
54
54
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -57,24 +57,24 @@ require (
57
57
github.com/spf13/afero v1.11.0 // indirect
58
58
github.com/spf13/cast v1.6.0 // indirect
59
59
github.com/spf13/pflag v1.0.5 // indirect
60
- github.com/stretchr/objx v0.5.0 // indirect
60
+ github.com/stretchr/objx v0.5.2 // indirect
61
61
github.com/subosito/gotenv v1.6.0 // indirect
62
62
github.com/valyala/bytebufferpool v1.0.0 // indirect
63
63
github.com/valyala/fasttemplate v1.2.2 // indirect
64
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
65
- go.opentelemetry.io/otel v1.21 .0 // indirect
66
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
67
- go.opentelemetry.io/otel/trace v1.21 .0 // indirect
64
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
65
+ go.opentelemetry.io/otel v1.24 .0 // indirect
66
+ go.opentelemetry.io/otel/metric v1.24 .0 // indirect
67
+ go.opentelemetry.io/otel/trace v1.24 .0 // indirect
68
68
go.uber.org/multierr v1.11.0 // indirect
69
- golang.org/x/crypto v0.17 .0 // indirect
70
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
71
- golang.org/x/net v0.19 .0 // indirect
72
- golang.org/x/oauth2 v0.15 .0 // indirect
73
- golang.org/x/sys v0.15 .0 // indirect
69
+ golang.org/x/crypto v0.21 .0 // indirect
70
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
71
+ golang.org/x/net v0.22 .0 // indirect
72
+ golang.org/x/oauth2 v0.18 .0 // indirect
73
+ golang.org/x/sys v0.18 .0 // indirect
74
74
golang.org/x/text v0.14.0 // indirect
75
75
golang.org/x/time v0.5.0 // indirect
76
- google.golang.org/appengine v1.6.7 // indirect
77
- google.golang.org/protobuf v1.31 .0 // indirect
76
+ google.golang.org/appengine v1.6.8 // indirect
77
+ google.golang.org/protobuf v1.33 .0 // indirect
78
78
gopkg.in/ini.v1 v1.67.0 // indirect
79
79
gopkg.in/yaml.v3 v3.0.1 // indirect
80
80
nhooyr.io/websocket v1.8.7 // indirect
0 commit comments