goupnp/go.mod

8 lines
193 B
Modula-2
Raw Normal View History

2018-10-13 12:40:44 +00:00
module github.com/huin/goupnp
require (
github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1
golang.org/x/text v0.3.0 // indirect
)