mirror of https://github.com/bjdgyc/anylink.git
17 lines
542 B
Modula-2
17 lines
542 B
Modula-2
module github.com/bjdgyc/anylink
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/google/gopacket v1.1.17
|
|
github.com/pelletier/go-toml v1.8.0
|
|
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
|
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
)
|