Skip to content

Commit 4cdd964

Browse files
build(deps): bump github.com/hashicorp/raft-boltdb/v2
Bumps [github.com/hashicorp/raft-boltdb/v2](https://github.com/hashicorp/raft-boltdb) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/hashicorp/raft-boltdb/releases) - [Commits](hashicorp/raft-boltdb@v2.2...v2.3.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/raft-boltdb/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c4eea1 commit 4cdd964

File tree

2 files changed

+176
-57
lines changed

2 files changed

+176
-57
lines changed

go.mod

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/Microsoft/go-winio v0.4.3 // indirect
1313
github.com/NYTimes/gziphandler v1.0.1
1414
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
15-
github.com/armon/go-metrics v0.3.10
15+
github.com/armon/go-metrics v0.4.1
1616
github.com/armon/go-radix v1.0.0
1717
github.com/aws/aws-sdk-go v1.42.34
1818
github.com/coredns/coredns v1.1.2
@@ -23,8 +23,8 @@ require (
2323
github.com/envoyproxy/go-control-plane v0.9.5
2424
github.com/frankban/quicktest v1.11.0 // indirect
2525
github.com/gogo/protobuf v1.3.2
26-
github.com/golang/protobuf v1.3.5
27-
github.com/google/go-cmp v0.5.6
26+
github.com/golang/protobuf v1.5.2
27+
github.com/google/go-cmp v0.5.9
2828
github.com/google/go-querystring v1.0.0 // indirect
2929
github.com/google/gofuzz v1.2.0
3030
github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22
@@ -38,7 +38,7 @@ require (
3838
github.com/hashicorp/go-cleanhttp v0.5.1
3939
github.com/hashicorp/go-connlimit v0.3.0
4040
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
41-
github.com/hashicorp/go-hclog v0.14.1
41+
github.com/hashicorp/go-hclog v1.5.0
4242
github.com/hashicorp/go-memdb v1.3.2
4343
github.com/hashicorp/go-multierror v1.1.1
4444
github.com/hashicorp/go-raftchunking v0.6.2
@@ -51,17 +51,15 @@ require (
5151
github.com/hashicorp/hcl v1.0.0
5252
github.com/hashicorp/hil v0.0.0-20200423225030-a18a1cd20038
5353
github.com/hashicorp/memberlist v0.3.1
54-
github.com/hashicorp/raft v1.3.5
54+
github.com/hashicorp/raft v1.6.0
5555
github.com/hashicorp/raft-autopilot v0.1.5
56-
github.com/hashicorp/raft-boltdb v0.0.0-20211202195631-7d34b9fb3f42 // indirect
57-
github.com/hashicorp/raft-boltdb/v2 v2.2.0
56+
github.com/hashicorp/raft-boltdb/v2 v2.3.1
5857
github.com/hashicorp/serf v0.9.7
5958
github.com/hashicorp/vault/api v1.0.5-0.20200717191844-f687267c8086
6059
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
6160
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493
6261
github.com/imdario/mergo v0.3.6
6362
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f // indirect
64-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
6563
github.com/kr/text v0.2.0
6664
github.com/miekg/dns v1.1.41
6765
github.com/mitchellh/cli v1.1.0
@@ -75,22 +73,21 @@ require (
7573
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
7674
github.com/pkg/errors v0.9.1
7775
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
78-
github.com/prometheus/client_golang v1.4.0
76+
github.com/prometheus/client_golang v1.11.1
7977
github.com/rboyer/safeio v0.2.1
8078
github.com/ryanuber/columnize v2.1.2+incompatible
8179
github.com/shirou/gopsutil/v3 v3.21.10
82-
github.com/stretchr/testify v1.7.0
80+
github.com/stretchr/testify v1.8.4
8381
go.etcd.io/bbolt v1.3.5
8482
go.opencensus.io v0.22.0 // indirect
8583
go.uber.org/goleak v1.1.10
86-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
87-
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
84+
golang.org/x/crypto v0.14.0
85+
golang.org/x/net v0.16.0
8886
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
89-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
90-
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
87+
golang.org/x/sync v0.4.0
88+
golang.org/x/sys v0.13.0
9189
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
9290
google.golang.org/api v0.9.0 // indirect
93-
google.golang.org/appengine v1.6.0 // indirect
9491
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
9592
google.golang.org/grpc v1.25.1
9693
gopkg.in/square/go-jose.v2 v2.5.1

0 commit comments

Comments
 (0)