probe/go.mod
2024-05-29 11:39:11 +00:00

41 lines
1.6 KiB
Modula-2

module git.loafle.net/overflow_scanner/probe
go 1.22.3
require (
git.loafle.net/overflow/annotation-go v0.0.0-20190107132147-dfbad09618af
git.loafle.net/overflow/di-go v0.0.0-20190107132216-88b1c4c2e012
git.loafle.net/overflow/log-go v0.0.0-20180822081722-db46df21338e
git.loafle.net/overflow/model v0.0.0-20181023034357-f0016076e4f1
git.loafle.net/overflow/rpc-go v0.0.0-20180822090425-173576b085a1
git.loafle.net/overflow/server-go v0.0.0-20181016161121-d8b7e887c93f
git.loafle.net/overflow/service_matcher-go v0.0.0-20181023055549-0632ba4b51ac
git.loafle.net/overflow/util-go v0.0.0-20190107143610-a7cbbad51598
github.com/google/gopacket v1.1.19
github.com/grandcat/zeroconf v1.0.0
github.com/huin/goupnp v1.3.0
github.com/k-sone/snmpgo v3.2.0+incompatible
github.com/satori/go.uuid v1.2.0
github.com/valyala/fasthttp v1.54.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.7.0
)
require (
git.loafle.net/overflow/config-go v0.0.0-20180822070943-c4066fa55db3 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/miekg/dns v1.1.27 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)