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 15:00:48 +00:00
|
|
|
github.com/go-ini/ini v1.42.0 // indirect
|
2019-02-22 07:45:59 +00:00
|
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.3.0 // indirect
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
|
github.com/kr/pty v1.1.3 // 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-22 07:45:59 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
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 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 15:05:06 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-02-21 15:05:35 +00:00
|
|
|
)
|