Skip to content

Commit 7f3fd23

Browse files
committed
Switch to go mod and update some dependencies
- Update Travis Go version to 1.12 - Convert Sirupsen/logrus to sirupsen/logrus
1 parent 6f79e0c commit 7f3fd23

File tree

4,971 files changed

+118087
-796978
lines changed

Some content is hidden

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

4,971 files changed

+118087
-796978
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: go
22
go:
3-
- 1.8.x
3+
- 1.12.x
44

55
sudo: required
66

77
services:
88
- docker
99

10-
install:
11-
- go get github.com/golang/dep/cmd/dep && dep ensure
10+
env:
11+
- GO111MODULE=on GOFLAGS=-mod=vendor
12+
13+
install: true
1214

1315
script:
1416
- go test -v ./... && (CGO_ENABLED=0 GOOS=linux go build -ldflags '-d')

0 commit comments

Comments
 (0)