2020-07-27 20:43:58 +00:00
|
|
|
module github.com/DefinedNet/mobile_nebula/nebula
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/prometheus/common v0.7.0
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-09-18 02:53:03 +00:00
|
|
|
github.com/slackhq/nebula v1.2.1-0.20200917192842-7cc5e369c051
|
2020-09-01 00:05:13 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200831203904-5a2aa26beb65 // indirect
|
2020-07-27 20:43:58 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
|
|
)
|