Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Dec 8, 2019
1 parent 4deaafc commit dad331a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 197 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ before_install:
- curl -LSs "https://cli.run.pivotal.io/stable?release=linux64-binary&version=6.43.0" | tar -zvx -C .cf-cli/ -- cf
- export PATH="$(pwd)/.cf-cli:$PATH"
install:
- GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint
- export GO111MODULE=on
jobs:
include:
- stage: testlint
install:
- GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint
script: travis_wait 360 scripts/build.sh
- stage: testds
script: travis_wait 360 scripts/build.sh
Expand Down
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/cppforlife/go-patch v0.2.0 // indirect
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/golangci/golangci-lint v1.21.0 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-getter v1.3.0
github.com/hashicorp/go-hclog v0.9.2 // indirect
Expand All @@ -34,9 +34,19 @@ require (
github.com/hashicorp/terraform v0.12.0
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/poy/eachers v0.0.0-20181020210610-23942921fe77 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/tedsuo/rata v1.0.0 // indirect
github.com/vito/go-interact v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
google.golang.org/grpc v1.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)
Loading

0 comments on commit dad331a

Please sign in to comment.