mobile_nebula/nebula/go.mod

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

54 lines
2.2 KiB
Modula-2
Raw Normal View History

2020-07-27 20:43:58 +00:00
module github.com/DefinedNet/mobile_nebula/nebula
go 1.22.0
toolchain go1.22.4
2021-04-23 21:23:06 +00:00
// replace github.com/slackhq/nebula => /Volumes/T7/nate/src/github.com/slackhq/nebula
2020-07-27 20:43:58 +00:00
require (
github.com/DefinedNet/dnapi v0.0.0-20240611201323-4589547bd270
github.com/sirupsen/logrus v1.9.3
2024-10-15 18:56:41 +00:00
github.com/slackhq/nebula v1.9.4
golang.org/x/crypto v0.28.0
2021-04-23 21:23:06 +00:00
gopkg.in/yaml.v2 v2.4.0
2020-07-27 20:43:58 +00:00
)
require (
2024-10-15 18:56:41 +00:00
dario.cat/mergo v1.0.1 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
2024-10-15 18:56:41 +00:00
github.com/bits-and-blooms/bitset v1.14.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432 // indirect
github.com/flynn/noise v1.1.0 // indirect
2024-10-15 18:56:41 +00:00
github.com/gaissmai/bart v0.13.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gopacket v1.1.19 // indirect
2024-10-15 18:56:41 +00:00
github.com/klauspost/compress v1.17.11 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nbrownus/go-metrics-prometheus v0.0.0-20210712211119-974a6260965f // indirect
2024-10-15 18:56:41 +00:00
github.com/prometheus/client_golang v1.20.5 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
2024-10-15 18:56:41 +00:00
github.com/prometheus/common v0.60.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
2024-10-15 18:56:41 +00:00
github.com/vishvananda/netlink v1.3.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
2024-10-15 18:56:41 +00:00
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/mobile v0.0.0-20241016134751-7ff83004ec2c // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/tools v0.26.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
2023-12-19 21:54:20 +00:00
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
2024-10-15 18:56:41 +00:00
google.golang.org/protobuf v1.35.1 // indirect
)