Files
wgc/go.mod
2022-01-10 13:17:54 +08:00

19 lines
490 B
Modula-2

module github.com/yinheli/wgc
go 1.17
require (
github.com/google/uuid v1.3.0
github.com/pion/stun v0.3.5
github.com/stretchr/testify v1.7.0
github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)