2019-02-21 15:05:35 +00:00
|
|
|
module github.com/sorintlab/agola
|
|
|
|
|
|
|
|
require (
|
2019-02-21 15:05:54 +00:00
|
|
|
github.com/Masterminds/squirrel v1.1.0
|
2019-02-21 14:57:11 +00:00
|
|
|
github.com/bmatcuk/doublestar v1.1.1
|
2019-02-21 15:00:48 +00:00
|
|
|
github.com/go-ini/ini v1.42.0 // indirect
|
2019-02-21 14:57:11 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
|
|
github.com/google/go-cmp v0.3.0
|
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
2019-02-22 07:45:59 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2019-02-21 14:57:11 +00:00
|
|
|
github.com/lib/pq v1.0.0 // indirect
|
2019-02-21 15:05:54 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-02-21 15:00:48 +00:00
|
|
|
github.com/minio/minio-go v6.0.14+incompatible
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2019-02-21 14:57:11 +00:00
|
|
|
github.com/pkg/errors v0.8.0
|
2019-02-21 15:30:34 +00:00
|
|
|
github.com/sanity-io/litter v1.1.0
|
2019-02-22 07:45:59 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/sgotti/gexpect v0.0.0-20161123102107-0afc6c19f50a
|
2019-02-21 14:57:11 +00:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
|
|
|
|
github.com/spf13/cobra v0.0.3
|
2019-02-21 15:00:12 +00:00
|
|
|
go.etcd.io/etcd v0.0.0-20181128220305-dedae6eb7c25
|
2019-02-21 15:05:35 +00:00
|
|
|
go.uber.org/zap v1.9.1
|
2019-02-22 07:45:59 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 // indirect
|
|
|
|
google.golang.org/grpc v1.19.0 // indirect
|
2019-02-21 14:57:11 +00:00
|
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
2019-02-21 15:05:06 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-02-21 15:05:35 +00:00
|
|
|
)
|