Skip to content

Commit f650040

Browse files
committed
meta deps tidy
1 parent d4c3997 commit f650040

File tree

3 files changed

+5
-376
lines changed

3 files changed

+5
-376
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ language: go
22
env:
33
- GO111MODULE=on
44
go:
5-
- "1.13"
5+
- "1.14"
66
install:
77
- go mod tidy
8-
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.21.0
9-
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.122.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
8+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.23.8
9+
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.128.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
1010
script: bash check.sh
1111
services:
1212
- docker

go.mod

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,10 @@ module github.com/CyCoreSystems/asterisk-config
33
require (
44
github.com/CyCoreSystems/kubetemplate v0.2.0
55
github.com/CyCoreSystems/netdiscover v1.2.4
6-
github.com/bombsimon/wsl v1.2.8 // indirect
7-
github.com/gogo/protobuf v1.3.1 // indirect
8-
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
9-
github.com/golangci/golangci-lint v1.21.0 // indirect
10-
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
11-
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect
12-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
13-
github.com/mattn/go-isatty v0.0.10 // indirect
6+
github.com/golang/protobuf v1.3.2 // indirect
147
github.com/nats-io/nuid v1.0.1
15-
github.com/pelletier/go-toml v1.6.0 // indirect
168
github.com/pkg/errors v0.8.1
17-
github.com/securego/gosec v0.0.0-20191104154532-b4c76d4234af // indirect
18-
github.com/spf13/afero v1.2.2 // indirect
19-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
20-
github.com/spf13/viper v1.5.0 // indirect
21-
github.com/uudashr/gocognit v1.0.0 // indirect
22-
golang.org/x/sys v0.0.0-20191118133127-cf1e2d577169 // indirect
23-
golang.org/x/tools v0.0.0-20191118202156-1ef994f2c98c // indirect
24-
gopkg.in/yaml.v2 v2.2.5 // indirect
25-
mvdan.cc/unparam v0.0.0-20191111180625-960b1ec0f2c2 // indirect
26-
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
9+
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
2710
)
2811

2912
go 1.13

0 commit comments

Comments
 (0)