g2g/go.mod

9 lines
164 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
2019-10-06 19:20:05 +02:00
go 1.13
2019-06-08 09:05:45 +02:00
2019-07-07 12:57:09 +02:00
require (
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
2019-10-06 19:20:05 +02:00
gopkg.in/ini.v1 v1.48.0
2019-07-07 12:57:09 +02:00
)