forked from core/mobile_nebula
15 lines
437 B
Modula-2
15 lines
437 B
Modula-2
module github.com/DefinedNet/mobile_nebula/nebula
|
|
|
|
go 1.14
|
|
|
|
replace github.com/slackhq/nebula => /Users/nate/src/github.com/slackhq/nebula
|
|
|
|
require (
|
|
github.com/prometheus/common v0.7.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/slackhq/nebula v1.1.1-0.20200303203524-6cdc17c01d30
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
|
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|