16 lines
425 B
Modula-2
16 lines
425 B
Modula-2
module gitlab.com/mstarongitlab/goap
|
|
|
|
go 1.22.5
|
|
|
|
require github.com/piprate/json-gold v0.5.0
|
|
|
|
require (
|
|
github.com/datainq/xml-date-time v0.0.0-20170820214645-2292f08baa38 // indirect
|
|
github.com/samber/go-type-to-string v1.7.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
gitlab.com/mstarongitlab/goutils v1.3.0
|
|
)
|