3
0
Fork 0
trifid_mobile/nebula/go.mod

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
356 B
Modula-2
Raw Normal View History

2020-07-27 20:43:58 +00:00
module github.com/DefinedNet/mobile_nebula/nebula
2021-04-23 21:23:06 +00:00
go 1.16
// replace github.com/slackhq/nebula => /Volumes/T7/nate/src/github.com/slackhq/nebula
2020-07-27 20:43:58 +00:00
require (
2021-04-23 21:23:06 +00:00
github.com/imdario/mergo v0.3.12 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/slackhq/nebula v1.5.2
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
2021-04-23 21:23:06 +00:00
gopkg.in/yaml.v2 v2.4.0
2020-07-27 20:43:58 +00:00
)