2019-07-01 09:40:20 +00:00
|
|
|
module agola.io/agola
|
2019-02-21 15:05:35 +00:00
|
|
|
|
2019-09-05 08:10:49 +00:00
|
|
|
go 1.12
|
|
|
|
|
2019-02-21 15:05:35 +00:00
|
|
|
require (
|
2020-02-06 17:56:46 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.11.0
|
2020-02-18 11:48:58 +00:00
|
|
|
github.com/Masterminds/squirrel v1.2.0
|
|
|
|
github.com/Microsoft/hcsshim v0.8.7 // indirect
|
|
|
|
github.com/bmatcuk/doublestar v1.2.2
|
|
|
|
github.com/containerd/continuity v0.0.0-20200107194136-26c1120b8d41 // indirect
|
2019-02-21 16:58:25 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-02-21 14:54:50 +00:00
|
|
|
github.com/docker/docker v1.13.1
|
2019-02-21 16:58:25 +00:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
2019-04-16 09:01:02 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2019-02-21 15:08:30 +00:00
|
|
|
github.com/go-bindata/go-bindata v1.0.0
|
2020-02-18 11:48:58 +00:00
|
|
|
github.com/google/go-cmp v0.4.0
|
|
|
|
github.com/google/go-containerregistry v0.0.0-20200212224832-c629a66d7231
|
|
|
|
github.com/google/go-github/v29 v29.0.3
|
|
|
|
github.com/google/go-jsonnet v0.15.0
|
2019-10-24 08:58:57 +00:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2020-02-18 11:48:58 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2019-10-24 08:58:57 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
2019-02-22 07:45:59 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2020-02-18 11:48:58 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
|
|
github.com/minio/minio-go/v6 v6.0.48
|
2019-04-11 15:23:59 +00:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
2019-04-13 12:56:35 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-02-18 11:48:58 +00:00
|
|
|
github.com/opencontainers/runc v0.1.1 // indirect
|
2019-10-24 08:58:57 +00:00
|
|
|
github.com/sanity-io/litter v1.2.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-10-24 08:58:57 +00:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2020-02-18 11:48:58 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.26.0
|
2019-10-24 08:58:57 +00:00
|
|
|
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
|
2020-03-04 12:08:56 +00:00
|
|
|
go.starlark.net v0.0.0-20200203144150-6677ee5c7211
|
2020-02-18 11:48:58 +00:00
|
|
|
go.uber.org/zap v1.13.0
|
|
|
|
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
2019-10-24 08:58:57 +00:00
|
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2
|
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2020-02-18 11:48:58 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
k8s.io/api v0.17.3
|
|
|
|
k8s.io/apimachinery v0.17.3
|
|
|
|
k8s.io/client-go v0.17.3
|
|
|
|
k8s.io/utils v0.0.0-20200124190032-861946025e34
|
2019-02-21 15:05:35 +00:00
|
|
|
)
|
2019-02-21 14:54:50 +00:00
|
|
|
|
2020-02-18 11:48:58 +00:00
|
|
|
replace github.com/docker/docker v1.13.1 => github.com/docker/engine v0.0.0-20200204220554-5f6d6f3f2203
|