Skip to content

Commit bd71be3

Browse files
Bump github.com/hashicorp/go-getter
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 0.0.0-20181213035916-be39683deade to 1.7.0. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Commits](https://github.com/hashicorp/go-getter/commits/v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c04bf5c commit bd71be3

File tree

2 files changed

+963
-58
lines changed

2 files changed

+963
-58
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/fsnotify/fsnotify v1.4.7
1010
github.com/go-sql-driver/mysql v1.5.0
1111
github.com/gogo/protobuf v1.3.2
12-
github.com/golang/mock v1.3.1
13-
github.com/golang/protobuf v1.3.4
14-
github.com/hashicorp/go-getter v0.0.0-20181213035916-be39683deade
12+
github.com/golang/mock v1.6.0
13+
github.com/golang/protobuf v1.5.2
14+
github.com/hashicorp/go-getter v1.7.0
1515
github.com/hashicorp/go-hclog v0.7.0 // indirect
1616
github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104
1717
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
@@ -37,13 +37,13 @@ require (
3737
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
3838
github.com/siddontang/go-mysql v0.0.0-20190312052122-c6ab05a85eb8
3939
github.com/sirupsen/logrus v1.6.0
40-
github.com/stretchr/testify v1.5.1
40+
github.com/stretchr/testify v1.8.1
4141
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
4242
github.com/xdg/stringprep v1.0.0 // indirect
4343
go.mongodb.org/mongo-driver v1.0.1
44-
golang.org/x/net v0.0.0-20201021035429-f5854403a974
45-
golang.org/x/sys v0.6.0 // indirect
46-
google.golang.org/grpc v1.26.0
44+
golang.org/x/net v0.8.0
45+
google.golang.org/grpc v1.52.0
46+
google.golang.org/grpc/examples v0.0.0-20230323235726-c018273e5353 // indirect
4747
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
4848
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
4949
gopkg.in/natefinch/lumberjack.v2 v2.0.0

0 commit comments

Comments
 (0)