Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 17822f6

Browse files
committed
fix(deps): update minor/patch dependencies
See merge request https://gitlab.com/bonsai-oss/tools/traefik-weight-control/-/merge_requests/23
2 parents a6100d1 + f8264ff commit 17822f6

2 files changed

Lines changed: 63 additions & 387 deletions

File tree

go.mod

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,44 @@
11
module github.com/bonsai-oss/traefik-weight-control
22

3-
go 1.22
3+
go 1.23.0
44

5-
toolchain go1.22.3
5+
toolchain go1.23.4
66

77
require (
88
github.com/alecthomas/kingpin/v2 v2.4.0
9-
github.com/rs/zerolog v1.32.0
10-
github.com/stretchr/testify v1.9.0
11-
github.com/traefik/traefik/v3 v3.0.0
9+
github.com/rs/zerolog v1.33.0
10+
github.com/stretchr/testify v1.10.0
11+
github.com/traefik/traefik/v3 v3.2.2
1212
gopkg.in/yaml.v3 v3.0.1
1313
)
1414

1515
require (
1616
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
1717
github.com/aws/aws-sdk-go v1.44.327 // indirect
18-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
18+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1919
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20-
github.com/go-acme/lego/v4 v4.16.1 // indirect
21-
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
22-
github.com/go-kit/kit v0.10.1-0.20200915143503-439c4d2ed3ea // indirect
20+
github.com/go-acme/lego/v4 v4.20.4 // indirect
21+
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
22+
github.com/go-kit/log v0.2.1 // indirect
2323
github.com/go-logfmt/logfmt v0.5.1 // indirect
24-
github.com/gorilla/mux v1.8.0 // indirect
25-
github.com/http-wasm/http-wasm-host-go v0.6.0 // indirect
24+
github.com/gorilla/mux v1.8.1 // indirect
25+
github.com/http-wasm/http-wasm-host-go v0.7.0 // indirect
2626
github.com/kr/text v0.2.0 // indirect
2727
github.com/mattn/go-colorable v0.1.13 // indirect
2828
github.com/mattn/go-isatty v0.0.20 // indirect
29-
github.com/miekg/dns v1.1.58 // indirect
29+
github.com/miekg/dns v1.1.62 // indirect
3030
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
3131
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
3232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
33-
github.com/traefik/paerser v0.2.0 // indirect
33+
github.com/traefik/paerser v0.2.1 // indirect
3434
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
35-
golang.org/x/crypto v0.22.0 // indirect
36-
golang.org/x/mod v0.17.0 // indirect
37-
golang.org/x/net v0.24.0 // indirect
38-
golang.org/x/sync v0.7.0 // indirect
39-
golang.org/x/sys v0.19.0 // indirect
40-
golang.org/x/tools v0.20.0 // indirect
35+
golang.org/x/crypto v0.28.0 // indirect
36+
golang.org/x/mod v0.21.0 // indirect
37+
golang.org/x/net v0.30.0 // indirect
38+
golang.org/x/sync v0.8.0 // indirect
39+
golang.org/x/sys v0.26.0 // indirect
40+
golang.org/x/tools v0.25.0 // indirect
41+
google.golang.org/grpc v1.67.1 // indirect
4142
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
4243
)
4344

0 commit comments

Comments
 (0)