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
2021-08-28 14:10:57 +02:00
go 1.17
2019-06-08 09:05:45 +02:00
2019-07-07 12:57:09 +02:00
require (
2021-04-07 11:21:16 +02:00
github.com/gopherjs/gopherjs v0.0.0-20210406100015-1e088ea4ee04 // indirect
2020-12-04 20:23:52 +01:00
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
)