25 lines
1.0 KiB
Modula-2
25 lines
1.0 KiB
Modula-2
module github.com/sorintlab/agola
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.1.0
|
|
github.com/go-ini/ini v1.42.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
|
github.com/lib/pq v1.0.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/minio/minio-go v6.0.14+incompatible
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
|
|
go.etcd.io/etcd v0.0.0-20181128220305-dedae6eb7c25
|
|
go.uber.org/zap v1.9.1
|
|
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
|
|
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|