@@ -8,8 +8,8 @@ require (
8
8
github.com/caddyserver/caddy/v2 v2.8.4
9
9
github.com/caddyserver/certmagic v0.21.3
10
10
github.com/hashicorp/consul/api v1.29.4
11
- github.com/pteich/errors v1.0.1
12
11
github.com/stretchr/testify v1.9.0
12
+ github.com/testcontainers/testcontainers-go/modules/consul v0.33.0
13
13
go.uber.org/zap v1.27.0
14
14
)
15
15
@@ -36,7 +36,6 @@ require (
36
36
github.com/go-logr/logr v1.4.2 // indirect
37
37
github.com/go-logr/stdr v1.2.2 // indirect
38
38
github.com/go-ole/go-ole v1.2.6 // indirect
39
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
40
39
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
41
40
github.com/gogo/protobuf v1.3.2 // indirect
42
41
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 // indirect
@@ -67,7 +66,6 @@ require (
67
66
github.com/moby/term v0.5.0 // indirect
68
67
github.com/morikuni/aec v1.0.0 // indirect
69
68
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
70
- github.com/onsi/ginkgo v1.16.5 // indirect
71
69
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
72
70
github.com/opencontainers/go-digest v1.0.0 // indirect
73
71
github.com/opencontainers/image-spec v1.1.0 // indirect
@@ -84,7 +82,6 @@ require (
84
82
github.com/shoenig/go-m1cpu v0.1.6 // indirect
85
83
github.com/sirupsen/logrus v1.9.3 // indirect
86
84
github.com/testcontainers/testcontainers-go v0.33.0 // indirect
87
- github.com/testcontainers/testcontainers-go/modules/consul v0.33.0 // indirect
88
85
github.com/tklauser/go-sysconf v0.3.12 // indirect
89
86
github.com/tklauser/numcpus v0.6.1 // indirect
90
87
github.com/yusufpapurcu/wmi v1.2.3 // indirect
@@ -106,7 +103,6 @@ require (
106
103
golang.org/x/text v0.18.0 // indirect
107
104
golang.org/x/time v0.6.0 // indirect
108
105
golang.org/x/tools v0.24.0 // indirect
109
- golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
110
106
google.golang.org/protobuf v1.34.2 // indirect
111
107
gopkg.in/yaml.v3 v3.0.1 // indirect
112
108
)
0 commit comments