diff --git a/test/integration/suite/go.mod b/test/integration/suite/go.mod index 89c6308d2..832b3f504 100644 --- a/test/integration/suite/go.mod +++ b/test/integration/suite/go.mod @@ -5,7 +5,7 @@ go 1.23.0 require ( github.com/fluxcd/pkg/apis/meta v1.6.1 github.com/stretchr/testify v1.9.0 - github.com/traefik/traefik/v2 v2.11.8 + github.com/traefik/traefik/v2 v2.11.9 k8s.io/api v0.31.1 k8s.io/apimachinery v0.31.1 k8s.io/client-go v0.31.1 @@ -16,7 +16,7 @@ require ( github.com/cenkalti/backoff/v4 v4.3.0 // indirect github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/fxamacker/cbor/v2 v2.7.0 // indirect - github.com/go-acme/lego/v4 v4.17.4 // indirect + github.com/go-acme/lego/v4 v4.18.0 // indirect github.com/go-jose/go-jose/v4 v4.0.2 // indirect github.com/google/gnostic-models v0.6.8 // indirect github.com/google/go-cmp v0.6.0 // indirect @@ -27,7 +27,7 @@ require ( github.com/patrickmn/go-cache v2.1.0+incompatible // indirect github.com/pkg/errors v0.9.1 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/traefik/paerser v0.2.0 // indirect + github.com/traefik/paerser v0.2.1 // indirect github.com/x448/float16 v0.8.4 // indirect golang.org/x/crypto v0.26.0 // indirect golang.org/x/mod v0.18.0 // indirect diff --git a/test/integration/suite/go.sum b/test/integration/suite/go.sum index cebe70f2a..ae8eba236 100644 --- a/test/integration/suite/go.sum +++ b/test/integration/suite/go.sum @@ -22,6 +22,8 @@ github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ= github.com/go-acme/lego/v4 v4.17.4 h1:h0nePd3ObP6o7kAkndtpTzCw8shOZuWckNYeUQwo36Q= github.com/go-acme/lego/v4 v4.17.4/go.mod h1:dU94SvPNqimEeb7EVilGGSnS0nU1O5Exir0pQ4QFL4U= +github.com/go-acme/lego/v4 v4.18.0 h1:2hH8KcdRBSb+p5o9VZIm61GAOXYALgILUCSs1Q+OYsk= +github.com/go-acme/lego/v4 v4.18.0/go.mod h1:Blkg3izvXpl3zxk7WKngIuwR2I/hvYVP3vRnvgBp7m8= github.com/go-jose/go-jose/v4 v4.0.2 h1:R3l3kkBds16bO7ZFAEEcofK0MkrAJt3jlJznWZG0nvk= github.com/go-jose/go-jose/v4 v4.0.2/go.mod h1:WVf9LFMHh/QVrmqrOfqun0C45tMe3RoiKJMPvgWwLfY= github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ= @@ -115,12 +117,16 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/traefik/paerser v0.2.0 h1:zqCLGSXoNlcBd+mzqSCLjon/I6phqIjeJL2xFB2ysgQ= github.com/traefik/paerser v0.2.0/go.mod h1:afzaVcgF8A+MpTnPG4wBr4whjanCSYA6vK5RwaYVtRc= +github.com/traefik/paerser v0.2.1 h1:LFgeak1NmjEHF53c9ENdXdL1UMkF/lD5t+7Evsz4hH4= +github.com/traefik/paerser v0.2.1/go.mod h1:7BBDd4FANoVgaTZG+yh26jI6CA2nds7D/4VTEdIsh24= github.com/traefik/traefik/v2 v2.11.6 h1:+PCf9wGMLqfOyOUu7WZWxkjrzNvvEp1WANMXiYZCF2U= github.com/traefik/traefik/v2 v2.11.6/go.mod h1:dAWTe9bpVKrF2wUyysEXY9Jm+I0NJr0IBnpRY7LSwac= github.com/traefik/traefik/v2 v2.11.7 h1:wI74PQyB7ySXiYPZomZM6/hVl3lkdYC2WnZiYSvH3oc= github.com/traefik/traefik/v2 v2.11.7/go.mod h1:WdgXy0xa+Ip8CcyP/bK92MVMgFAuMKtDuWm6bLrRngg= github.com/traefik/traefik/v2 v2.11.8 h1:sCeTF9i/UfUmQFQ7qZ3JL3FjB43xgfdupJ+zqf2fQxo= github.com/traefik/traefik/v2 v2.11.8/go.mod h1:Auj2aZkxjLkvr0IOHUQSUBIQlul8AidrWAEA12ECN3c= +github.com/traefik/traefik/v2 v2.11.9 h1:aXgjxyCepIwQWvRmDLqiIv60wUEfDDfI1wSN/APj/Lk= +github.com/traefik/traefik/v2 v2.11.9/go.mod h1:n+tI0DIZM2wqR7vHu4KnHAZ0T2OSLfKK79xEmJ1HaPA= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= diff --git a/test/integration/suite/vendor/github.com/go-acme/lego/v4/acme/api/internal/sender/useragent.go b/test/integration/suite/vendor/github.com/go-acme/lego/v4/acme/api/internal/sender/useragent.go index 319b04c6d..b89dd7d2a 100644 --- a/test/integration/suite/vendor/github.com/go-acme/lego/v4/acme/api/internal/sender/useragent.go +++ b/test/integration/suite/vendor/github.com/go-acme/lego/v4/acme/api/internal/sender/useragent.go @@ -5,7 +5,7 @@ package sender const ( // ourUserAgent is the User-Agent of this underlying library package. - ourUserAgent = "xenolf-acme/4.17.4" + ourUserAgent = "xenolf-acme/4.18.0" // ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package. // values: detach|release diff --git a/test/integration/suite/vendor/modules.txt b/test/integration/suite/vendor/modules.txt index cc2ed5d49..ab645877f 100644 --- a/test/integration/suite/vendor/modules.txt +++ b/test/integration/suite/vendor/modules.txt @@ -18,8 +18,8 @@ github.com/fluxcd/pkg/apis/meta # github.com/fxamacker/cbor/v2 v2.7.0 ## explicit; go 1.17 github.com/fxamacker/cbor/v2 -# github.com/go-acme/lego/v4 v4.17.4 -## explicit; go 1.22 +# github.com/go-acme/lego/v4 v4.18.0 +## explicit; go 1.22.0 github.com/go-acme/lego/v4/acme github.com/go-acme/lego/v4/acme/api github.com/go-acme/lego/v4/acme/api/internal/nonces @@ -130,11 +130,11 @@ github.com/spf13/pflag # github.com/stretchr/testify v1.9.0 ## explicit; go 1.17 github.com/stretchr/testify/assert -# github.com/traefik/paerser v0.2.0 -## explicit; go 1.19 +# github.com/traefik/paerser v0.2.1 +## explicit; go 1.22.0 github.com/traefik/paerser/types -# github.com/traefik/traefik/v2 v2.11.8 -## explicit; go 1.22 +# github.com/traefik/traefik/v2 v2.11.9 +## explicit; go 1.23.0 github.com/traefik/traefik/v2/pkg/config/dynamic github.com/traefik/traefik/v2/pkg/ip github.com/traefik/traefik/v2/pkg/log