goupnp/go.mod

10 lines
202 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/text v0.3.0 // indirect
)