@@ -10,32 +10,32 @@ require (
10
10
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.6
11
11
github.com/aws/aws-sdk-go-v2/service/ec2 v1.161.1
12
12
github.com/docker/go-units v0.5.0
13
- github.com/dustinkirkland/golang-petname v0.0.0-20231002161417-6a283f1aaaf2
13
+ github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0
14
14
github.com/fsnotify/fsnotify v1.7.0
15
- github.com/getkin/kin-openapi v0.123 .0
16
- github.com/go-openapi/errors v0.21 .0
17
- github.com/go-openapi/loads v0.21.5
18
- github.com/go-openapi/runtime v0.27.1
19
- github.com/go-openapi/spec v0.20.14
20
- github.com/go-openapi/strfmt v0.22 .0
21
- github.com/go-openapi/swag v0.22.9
22
- github.com/go-openapi/validate v0.23 .0
15
+ github.com/getkin/kin-openapi v0.124 .0
16
+ github.com/go-openapi/errors v0.22 .0
17
+ github.com/go-openapi/loads v0.22.0
18
+ github.com/go-openapi/runtime v0.28.0
19
+ github.com/go-openapi/spec v0.21.0
20
+ github.com/go-openapi/strfmt v0.23 .0
21
+ github.com/go-openapi/swag v0.23.0
22
+ github.com/go-openapi/validate v0.24 .0
23
23
github.com/google/renameio v1.0.1
24
24
github.com/google/uuid v1.6.0
25
25
github.com/haproxytech/client-native/v4 v4.1.13
26
26
github.com/haproxytech/config-parser/v4 v4.1.5
27
- github.com/hashicorp/consul/api v1.27.0
27
+ github.com/hashicorp/consul/api v1.28.2
28
28
github.com/hashicorp/hcl v1.0.0
29
29
github.com/jessevdk/go-flags v1.5.0
30
30
github.com/json-iterator/go v1.1.12
31
31
github.com/lestrrat-go/apache-logformat v0.0.0-20210106032603-24d066f940f8
32
32
github.com/nathanaelle/syslog5424/v2 v2.0.5
33
33
github.com/rodaine/hclencoder v0.0.1
34
- github.com/rs/cors v1.10.1
34
+ github.com/rs/cors v1.11.0
35
35
github.com/rubyist/circuitbreaker v2.2.1+incompatible
36
36
github.com/shirou/gopsutil v3.21.11+incompatible
37
37
github.com/sirupsen/logrus v1.9.3
38
- github.com/stretchr/testify v1.8.4
38
+ github.com/stretchr/testify v1.9.0
39
39
golang.org/x/net v0.25.0
40
40
golang.org/x/sys v0.20.0
41
41
gopkg.in/yaml.v2 v2.4.0
@@ -59,15 +59,15 @@ require (
59
59
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
60
60
github.com/fatih/color v1.16.0 // indirect
61
61
github.com/go-ole/go-ole v1.3.0 // indirect
62
- github.com/go-openapi/analysis v0.22.2 // indirect
63
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
64
- github.com/go-openapi/jsonreference v0.20.4 // indirect
62
+ github.com/go-openapi/analysis v0.23.0 // indirect
63
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
64
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
65
65
github.com/gofrs/flock v0.8.1 // indirect
66
66
github.com/google/go-cmp v0.6.0 // indirect
67
67
github.com/haproxytech/go-logger v1.1.0 // indirect
68
68
github.com/hashicorp/errwrap v1.1.0 // indirect
69
69
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
70
- github.com/hashicorp/go-hclog v1.6.2 // indirect
70
+ github.com/hashicorp/go-hclog v1.6.3 // indirect
71
71
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
72
72
github.com/hashicorp/go-multierror v1.1.1 // indirect
73
73
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
@@ -91,11 +91,10 @@ require (
91
91
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
92
92
github.com/pkg/errors v0.9.1 // indirect
93
93
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
94
- github.com/stretchr/objx v0.5.1 // indirect
95
94
github.com/tklauser/go-sysconf v0.3.12 // indirect
96
95
github.com/tklauser/numcpus v0.6.1 // indirect
97
96
github.com/yusufpapurcu/wmi v1.2.3 // indirect
98
- go.mongodb.org/mongo-driver v1.13.1 // indirect
97
+ go.mongodb.org/mongo-driver v1.15.0 // indirect
99
98
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
100
99
golang.org/x/sync v0.7.0 // indirect
101
100
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments