Skip to content

Commit 92f049f

Browse files
authored
remove Gopkg.lock Gopkg.toml (#193)
* Delete Gopkg.toml * Delete Gopkg.lock * Update .travis.yml * Update go.mod
1 parent c84016c commit 92f049f

File tree

4 files changed

+4
-81
lines changed

4 files changed

+4
-81
lines changed

.travis.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,18 @@ go:
55
- 1.11
66
- tip
77

8+
env: GO111MODULE=on
9+
810
before_install:
9-
- curl -L -s https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o $GOPATH/bin/dep
10-
- chmod +x $GOPATH/bin/dep
11+
- go mod download
1112

1213
install:
13-
- dep ensure
1414
- go get golang.org/x/lint/golint
1515
- go get github.com/haya14busa/goverage
1616

1717
matrix:
18-
include:
19-
- go: 1.12
20-
env: GO111MODULE=on
21-
before_install:
22-
- go mod download
23-
install:
24-
- go get golang.org/x/lint/golint
25-
- go get github.com/haya14busa/goverage
2618
allow_failures:
2719
- go: tip
28-
- go: 1.12
29-
env: GO111MODULE=on
3020
fast_finish: true
3121

3222
notifications:
@@ -43,4 +33,4 @@ script:
4333
- golint $LINT_PKGS # lint - ignore failures for now
4434

4535
after_success:
46-
- bash <(curl -s https://codecov.io/bash)
36+
- bash <(curl -s https://codecov.io/bash)

Gopkg.lock

Lines changed: 0 additions & 44 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module github.com/aws/aws-lambda-go
22

3-
go 1.12
4-
53
require (
64
github.com/davecgh/go-spew v1.1.0 // indirect
75
github.com/pmezard/go-difflib v1.0.0 // indirect

0 commit comments

Comments
 (0)