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-11-16 23:10:53 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
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-12-01 00:37:11 +00:00
|
|
|
github.com/creasty/defaults v1.3.0
|
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-09-25 04:21:59 +00:00
|
|
|
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.0
|
2019-04-20 22:45:48 +00:00
|
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
2019-09-28 20:01:04 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
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-11-25 03:32:02 +00:00
|
|
|
github.com/imdario/mergo v0.3.8
|
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-12-01 02:07:05 +00:00
|
|
|
github.com/magiconair/properties v1.8.1
|
2019-12-01 00:37:11 +00:00
|
|
|
github.com/mcuadros/go-defaults v1.1.0
|
2019-12-01 01:08:11 +00:00
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
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-09-25 04:21:59 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
|
|
|
|
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-04-04 06:34:24 +00:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
2019-09-25 04:21:59 +00:00
|
|
|
golang.org/x/tools v0.0.0-20190925020647-22afafe3322a // indirect
|
|
|
|
golang.org/x/tools/gopls v0.1.7 // indirect
|
2019-04-04 06:34:24 +00:00
|
|
|
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
|
|
|
)
|