mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
* vendor * local rack management via terraform * update mocks * update tests for new local rack management * clean up rack matcher and add more tests * switch to rack after install, add more tests
65 lines
3.0 KiB
Modula-2
65 lines
3.0 KiB
Modula-2
module github.com/convox/convox
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.38.0
|
|
github.com/Azure/azure-sdk-for-go v36.1.0+incompatible
|
|
github.com/Azure/azure-storage-file-go v0.6.0
|
|
github.com/Azure/go-autorest/autorest v0.9.2
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.0
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
github.com/Microsoft/hcsshim v0.8.7-0.20190801035247-8694eade7dd3 // indirect
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/aws/aws-sdk-go v1.21.10
|
|
github.com/convox/changes v0.0.0-20191105034405-8c0df759a3b3
|
|
github.com/convox/exec v0.0.0-20180905012044-cc13d277f897
|
|
github.com/convox/hid v0.0.0-20180912192857-c67381b7ffff
|
|
github.com/convox/logger v0.0.0-20180522214415-e39179955b52
|
|
github.com/convox/stdapi v0.0.0-20190708203955-b81b71b6a680
|
|
github.com/convox/stdcli v0.0.0-20200122204822-238a68a930fd
|
|
github.com/convox/stdsdk v0.0.0-20190422120437-3e80a397e377
|
|
github.com/convox/u2f v0.0.0-20180912192910-a73404142726
|
|
github.com/convox/version v0.0.0-20160822184233-ffefa0d565d2
|
|
github.com/creack/pty v1.1.9
|
|
github.com/docker/docker v1.4.2-0.20190710153559-aa8249ae1b8b
|
|
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/elastic/go-elasticsearch/v6 v6.8.2
|
|
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e // indirect
|
|
github.com/fsouza/go-dockerclient v1.4.2
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
|
github.com/gobuffalo/packr v1.30.1
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 // indirect
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
|
|
github.com/headzoo/surf v1.0.0
|
|
github.com/headzoo/ut v0.0.0-20181013193318-a13b5a7a02ca // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
|
|
github.com/karalabe/xgo v0.0.0-20191115072854-c5ccff8648a7
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/miekg/dns v1.1.15
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
|
|
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
|
|
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
|
|
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
google.golang.org/api v0.9.0
|
|
gopkg.in/inf.v0 v0.9.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
k8s.io/api v0.0.0-20190118113203-912cbe2bfef3
|
|
k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841
|
|
k8s.io/client-go v0.0.0-20190117233410-4022682532b3
|
|
k8s.io/code-generator v0.0.0-20191003035328-700b1226c0bd
|
|
)
|