Skip to content

Commit a2abbe4

Browse files
authored
upgrades (#196)
1 parent ae9db1b commit a2abbe4

File tree

162 files changed

+13677
-6091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+13677
-6091
lines changed

go.mod

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/beatlabs/harvester
22

3-
go 1.21
3+
go 1.22.0
4+
5+
toolchain go1.23.5
46

57
require (
68
github.com/hashicorp/consul/api v1.31.0
@@ -11,26 +13,27 @@ require (
1113

1214
require (
1315
github.com/armon/go-metrics v0.4.1 // indirect
14-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
16+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1517
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1618
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
17-
github.com/fatih/color v1.16.0 // indirect
19+
github.com/fatih/color v1.18.0 // indirect
1820
github.com/hashicorp/errwrap v1.1.0 // indirect
1921
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2022
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
23+
github.com/hashicorp/go-metrics v0.5.4 // indirect
2124
github.com/hashicorp/go-multierror v1.1.1 // indirect
2225
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
23-
github.com/hashicorp/golang-lru v0.5.4 // indirect
24-
github.com/hashicorp/serf v0.10.1 // indirect
26+
github.com/hashicorp/golang-lru v1.0.2 // indirect
27+
github.com/hashicorp/serf v0.10.2 // indirect
2528
github.com/kr/text v0.2.0 // indirect
26-
github.com/mattn/go-colorable v0.1.13 // indirect
29+
github.com/mattn/go-colorable v0.1.14 // indirect
2730
github.com/mattn/go-isatty v0.0.20 // indirect
2831
github.com/mitchellh/go-homedir v1.1.0 // indirect
2932
github.com/mitchellh/mapstructure v1.5.0 // indirect
3033
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
3134
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
32-
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
33-
golang.org/x/sys v0.19.0 // indirect
35+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
36+
golang.org/x/sys v0.29.0 // indirect
3437
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
3538
gopkg.in/yaml.v3 v3.0.1 // indirect
3639
)

go.sum

Lines changed: 83 additions & 77 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_asm.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_other.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_safe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fatih/color/README.md

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fatih/color/color.go

Lines changed: 40 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)