goupnp/go.mod

11 lines
256 B
Modula-2
Raw Normal View History

2018-10-13 12:40:44 +00:00
module github.com/huin/goupnp
2020-05-10 08:48:02 +00:00
go 1.14
2018-10-13 12:40:44 +00:00
require (
github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
2018-10-13 12:40:44 +00:00
golang.org/x/text v0.3.0 // indirect
)