27 lines
1016 B
Modula-2
27 lines
1016 B
Modula-2
module forge.cadoles.com/wpetit/gitea-kan
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/asdine/storm v2.1.2+incompatible
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
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/kr/pretty v0.1.0 // indirect
|
|
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
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
gitlab.com/wpetit/goweb v0.0.0-20190728111123-bbcb57177273
|
|
go.etcd.io/bbolt v1.3.3
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/ini.v1 v1.49.0
|
|
gopkg.in/yaml.v2 v2.2.5 // indirect
|
|
)
|