Skip to content

Commit 2dcc970

Browse files
Bump github.com/hashicorp/consul/api from 1.32.1 to 1.34.2
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.32.1 to 1.34.2. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@api/v1.32.1...api/v1.34.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cac928 commit 2dcc970

31 files changed

Lines changed: 54 additions & 54 deletions

File tree

codecs/all/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/all
22

3-
go 1.25.0
3+
go 1.26
44

55
replace github.com/hedzr/store => ./../..
66

codecs/gob/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/gob
22

3-
go 1.25.0
3+
go 1.26
44

55
// replace gopkg.in/hedzr/errors.v3 => ../../../../24/libs.errors
66

codecs/gob/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/gob/test
22

3-
go 1.25.0
3+
go 1.26
44

55
replace github.com/hedzr/store => ../../..
66

codecs/hcl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/hcl
22

3-
go 1.25.0
3+
go 1.26
44

55
// replace gopkg.in/hedzr/errors.v3 => ../../../../24/libs.errors
66

codecs/hcl/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/hcl/test
22

3-
go 1.25.0
3+
go 1.26
44

55
replace github.com/hedzr/store => ../../..
66

codecs/hjson/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/hjson
22

3-
go 1.25.0
3+
go 1.26
44

55
// replace gopkg.in/hedzr/errors.v3 => ../../../../24/libs.errors
66

codecs/hjson/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/hjson/test
22

3-
go 1.25.0
3+
go 1.26
44

55
replace github.com/hedzr/store => ../../..
66

codecs/json/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/json
22

3-
go 1.25.0
3+
go 1.26
44

55
// replace gopkg.in/hedzr/errors.v3 => ../../../../24/libs.errors
66

codecs/json/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/json/test
22

3-
go 1.25.0
3+
go 1.26
44

55
replace github.com/hedzr/store => ../../..
66

codecs/nestext/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hedzr/store/codecs/nestext
22

3-
go 1.25.0
3+
go 1.26
44

55
// replace gopkg.in/hedzr/errors.v3 => ../../../../24/libs.errors
66

0 commit comments

Comments
 (0)