g2g/go.mod

11 lines
269 B
Modula-2
Raw Normal View History

2020-01-29 12:54:43 +01:00
module git.paulbsd.com/paulbsd/g2g
2019-06-08 09:05:45 +02:00
2020-12-04 20:23:52 +01:00
go 1.15
2019-06-08 09:05:45 +02:00
2019-07-07 12:57:09 +02:00
require (
2020-12-04 20:23:52 +01:00
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
gopkg.in/ini.v1 v1.62.0
2019-07-07 12:57:09 +02:00
)