@@ -3,27 +3,10 @@ module github.com/CyCoreSystems/asterisk-config
3
3
require (
4
4
github.com/CyCoreSystems/kubetemplate v0.2.0
5
5
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
14
7
github.com/nats-io/nuid v1.0.1
15
- github.com/pelletier/go-toml v1.6.0 // indirect
16
8
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
27
10
)
28
11
29
12
go 1.13
0 commit comments