Skip to content

Commit 664ca0e

Browse files
Bump github.com/hashicorp/consul/api from 1.18.0 to 1.33.4
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.18.0 to 1.33.4. - [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.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.33.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18b8531 commit 664ca0e

2 files changed

Lines changed: 137 additions & 65 deletions

File tree

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,27 @@ go 1.26
55
require (
66
github.com/go-chi/chi/v5 v5.0.8
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.4
99
github.com/jackc/pgconn v1.14.3
1010
github.com/jackc/pgx/v5 v5.5.4
1111
github.com/olekukonko/tablewriter v0.0.5
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-20250808145144-a408d31f581a
1717
golang.org/x/sync v0.20.0
1818
)
1919

2020
require (
21-
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
22-
github.com/fatih/color v1.9.0 // indirect
23-
github.com/google/go-cmp v0.5.9 // indirect
24-
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
25-
github.com/hashicorp/go-hclog v0.12.0 // indirect
26-
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
21+
github.com/armon/go-metrics v0.4.1 // indirect
22+
github.com/fatih/color v1.16.0 // indirect
23+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
24+
github.com/hashicorp/errwrap v1.1.0 // indirect
25+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
26+
github.com/hashicorp/go-hclog v1.5.0 // indirect
27+
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
28+
github.com/hashicorp/go-multierror v1.1.1 // indirect
2729
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
2830
github.com/hashicorp/golang-lru v0.5.4 // indirect
2931
github.com/hashicorp/serf v0.10.1 // indirect
@@ -33,14 +35,12 @@ require (
3335
github.com/jackc/pgpassfile v1.0.0 // indirect
3436
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
3537
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
36-
github.com/mattn/go-colorable v0.1.6 // indirect
37-
github.com/mattn/go-isatty v0.0.12 // indirect
38+
github.com/mattn/go-colorable v0.1.13 // indirect
39+
github.com/mattn/go-isatty v0.0.20 // indirect
3840
github.com/mattn/go-runewidth v0.0.9 // indirect
3941
github.com/mitchellh/go-homedir v1.1.0 // indirect
40-
github.com/mitchellh/mapstructure v1.4.1 // indirect
4142
github.com/spf13/pflag v1.0.9 // indirect
42-
github.com/stretchr/objx v0.5.0 // indirect
4343
golang.org/x/crypto v0.31.0 // indirect
44-
golang.org/x/sys v0.28.0 // indirect
44+
golang.org/x/sys v0.35.0 // indirect
4545
golang.org/x/text v0.21.0 // indirect
4646
)

0 commit comments

Comments
 (0)