2020-03-17 12:32:02 +01:00
|
|
|
module code.bcarlin.xyz/go/conf
|
|
|
|
|
2021-12-19 20:43:33 +01:00
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require github.com/smartystreets/goconvey v1.7.2
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
|
|
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
|
|
github.com/smartystreets/assertions v1.2.0 // indirect
|
|
|
|
)
|