ca81a64b42
Ideally they would always have been sorted as such, but this seems more critical in migrating from one service definition to another where the ordering might change.
9 lines
165 B
Modula-2
9 lines
165 B
Modula-2
module github.com/huin/goupnp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
)
|