Skip to content

Commit

Permalink
meta deps tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Mar 26, 2020
1 parent d4c3997 commit f650040
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 376 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: go
env:
- GO111MODULE=on
go:
- "1.13"
- "1.14"
install:
- go mod tidy
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.21.0
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.122.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.23.8
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.128.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
script: bash check.sh
services:
- docker
Expand Down
21 changes: 2 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,10 @@ module github.com/CyCoreSystems/asterisk-config
require (
github.com/CyCoreSystems/kubetemplate v0.2.0
github.com/CyCoreSystems/netdiscover v1.2.4
github.com/bombsimon/wsl v1.2.8 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
github.com/golangci/golangci-lint v1.21.0 // indirect
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/nats-io/nuid v1.0.1
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.8.1
github.com/securego/gosec v0.0.0-20191104154532-b4c76d4234af // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.5.0 // indirect
github.com/uudashr/gocognit v1.0.0 // indirect
golang.org/x/sys v0.0.0-20191118133127-cf1e2d577169 // indirect
golang.org/x/tools v0.0.0-20191118202156-1ef994f2c98c // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
mvdan.cc/unparam v0.0.0-20191111180625-960b1ec0f2c2 // indirect
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
)

go 1.13
Loading

0 comments on commit f650040

Please sign in to comment.