g2g/go.mod

9 lines
140 B
Modula-2
Raw Normal View History

module 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
)