goupnp/go.mod

9 lines
165 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/sync v0.0.0-20210220032951-036812b2e83c
2018-10-13 12:40:44 +00:00
)