forked from core/mobile_nebula
14 lines
424 B
Modula-2
14 lines
424 B
Modula-2
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
|
|
github.com/slackhq/nebula v1.2.1-0.20200917192842-7cc5e369c051
|
|
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
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|