2019-03-24 21:06:12 +00:00
|
|
|
module github.com/pterodactyl/wings
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
2019-03-24 21:06:12 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.7 // indirect
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
2019-05-04 23:04:41 +00:00
|
|
|
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 // indirect
|
2019-04-20 22:45:48 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/docker/docker v0.0.0-20180422163414-57142e89befe
|
|
|
|
github.com/docker/go-connections v0.4.0
|
|
|
|
github.com/docker/go-units v0.3.3 // indirect
|
2019-04-07 21:45:23 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v0.1.4
|
2019-04-20 22:45:48 +00:00
|
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
2019-04-07 23:28:01 +00:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
|
2019-04-06 05:20:26 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.2.0
|
2019-04-20 22:45:48 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-04-20 21:57:37 +00:00
|
|
|
github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
2019-03-24 21:06:12 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
2019-04-06 23:53:22 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2019-04-06 19:27:44 +00:00
|
|
|
github.com/pkg/errors v0.8.0
|
2019-03-25 01:39:01 +00:00
|
|
|
github.com/remeh/sizedwaitgroup v0.0.0-20180822144253-5e7302b12cce
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/sirupsen/logrus v1.0.5 // indirect
|
2019-03-24 21:37:05 +00:00
|
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
|
|
go.uber.org/zap v1.9.1
|
2019-04-20 22:45:48 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
|
2019-04-04 06:34:24 +00:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
2019-03-24 22:59:37 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-04-04 06:34:24 +00:00
|
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
2019-03-24 22:59:37 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-04-04 06:34:24 +00:00
|
|
|
gotest.tools v2.2.0+incompatible // indirect
|
2019-03-24 21:06:12 +00:00
|
|
|
)
|