File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ DOCKER_CLI_EXPERIMENTAL ?= enabled
37
37
38
38
.PHONY : test
39
39
test :
40
- go test ./...
40
+ GO111MODULE=on go test ./...
41
41
42
42
# # --------------------------------------
43
43
# # Binaries
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/beorn7/perks v1.0.0 // indirect
7
7
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
8
- github.com/golang/protobuf v1.2.0
8
+ github.com/golang/protobuf v1.3.2
9
9
github.com/inconshreveable/mousetrap v1.0.0 // indirect
10
10
github.com/prometheus/client_golang v0.9.2
11
11
github.com/prometheus/common v0.4.0 // indirect
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/me
16
16
github.com/gogo/protobuf v1.1.1 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
17
17
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58 =
18
18
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
19
+ github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 /go.mod h1:tluoj9z5200jBnyusfRPU2LqT6J+DAorxEvtC7LHB+E =
19
20
github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
20
21
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
21
22
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments