gengitkan/go.mod

24 lines
874 B
Modula-2
Raw Normal View History

2020-04-30 10:32:12 +02:00
module forge.cadoles.com/wpetit/gengitkan
2019-11-28 11:50:51 +01:00
go 1.13
require (
2019-12-01 22:12:13 +01:00
github.com/asdine/storm v2.1.2+incompatible
2021-03-19 22:56:17 +01:00
github.com/cortesi/modd v0.0.0-20210222043654-cbdcc23af7d5 // indirect
2019-12-01 22:12:13 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
2019-11-28 11:50:51 +01:00
github.com/go-chi/chi v4.0.2+incompatible
github.com/google/uuid v1.1.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/gorilla/sessions v1.2.0
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.8.1
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
2020-04-30 10:32:12 +02:00
github.com/zserge/lorca v0.1.8 // indirect
2019-11-28 11:50:51 +01:00
gitlab.com/wpetit/goweb v0.0.0-20190728111123-bbcb57177273
2019-12-01 22:12:13 +01:00
go.etcd.io/bbolt v1.3.3
2019-11-28 11:50:51 +01:00
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/ini.v1 v1.49.0
gopkg.in/yaml.v2 v2.2.5 // indirect
)