Skip to content

Commit 8c68155

Browse files
Bump github.com/hashicorp/consul/api from 1.18.0 to 1.33.7 (#326)
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.18.0 to 1.33.7. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@v1.18.0...api/v1.33.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.33.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0bf4cb commit 8c68155

2 files changed

Lines changed: 123 additions & 57 deletions

File tree

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,30 @@ go 1.26
55
require (
66
github.com/go-chi/chi/v5 v5.2.5
77
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
8-
github.com/hashicorp/consul/api v1.18.0
8+
github.com/hashicorp/consul/api v1.33.7
99
github.com/jackc/pgconn v1.14.3
1010
github.com/jackc/pgx/v5 v5.9.1
1111
github.com/olekukonko/tablewriter v1.1.4
1212
github.com/pkg/errors v0.9.1
1313
github.com/pkg/term v1.1.0
1414
github.com/spf13/cobra v1.10.2
1515
github.com/superfly/fly-checks v0.0.0-20230510154016-d189351293f2
16-
golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3
16+
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
1717
golang.org/x/sync v0.20.0
1818
)
1919

2020
require (
21-
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
21+
github.com/armon/go-metrics v0.4.1 // indirect
2222
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2323
github.com/clipperhouse/displaywidth v0.10.0 // indirect
2424
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
2525
github.com/fatih/color v1.18.0 // indirect
26-
github.com/google/go-cmp v0.5.9 // indirect
27-
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
28-
github.com/hashicorp/go-hclog v0.12.0 // indirect
29-
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
26+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
27+
github.com/hashicorp/errwrap v1.1.0 // indirect
28+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
29+
github.com/hashicorp/go-hclog v1.5.0 // indirect
30+
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
31+
github.com/hashicorp/go-multierror v1.1.1 // indirect
3032
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
3133
github.com/hashicorp/golang-lru v0.5.4 // indirect
3234
github.com/hashicorp/serf v0.10.1 // indirect
@@ -40,13 +42,11 @@ require (
4042
github.com/mattn/go-isatty v0.0.20 // indirect
4143
github.com/mattn/go-runewidth v0.0.19 // indirect
4244
github.com/mitchellh/go-homedir v1.1.0 // indirect
43-
github.com/mitchellh/mapstructure v1.4.1 // indirect
4445
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
4546
github.com/olekukonko/errors v1.2.0 // indirect
4647
github.com/olekukonko/ll v0.1.6 // indirect
4748
github.com/spf13/pflag v1.0.9 // indirect
48-
github.com/stretchr/objx v0.5.0 // indirect
4949
golang.org/x/crypto v0.31.0 // indirect
50-
golang.org/x/sys v0.30.0 // indirect
50+
golang.org/x/sys v0.41.0 // indirect
5151
golang.org/x/text v0.29.0 // indirect
5252
)

0 commit comments

Comments
 (0)