2022-03-24 19:40:47 +00:00
|
|
|
module github.com/huin/goupnp/v2alpha
|
|
|
|
|
|
|
|
go 1.18
|
2022-03-26 10:52:38 +00:00
|
|
|
|
2023-03-09 18:23:18 +00:00
|
|
|
require github.com/google/go-cmp v0.5.8
|
2022-06-10 06:20:09 +00:00
|
|
|
|
2022-06-11 07:40:59 +00:00
|
|
|
require github.com/BurntSushi/toml v1.1.0
|
2023-03-09 18:23:18 +00:00
|
|
|
|
|
|
|
require golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
|