2019-03-24 21:06:12 +00:00
|
|
|
module github.com/pterodactyl/wings
|
|
|
|
|
2020-05-09 03:58:34 +00:00
|
|
|
go 1.13
|
2019-03-24 21:06:12 +00:00
|
|
|
|
2019-12-08 18:29:10 +00:00
|
|
|
// Uncomment this in development environments to make changes to the core SFTP
|
|
|
|
// server software. This assumes you're using the official Pterodactyl Environment
|
|
|
|
// otherwise this path will not work.
|
|
|
|
//
|
|
|
|
// @see https://github.com/pterodactyl/development
|
|
|
|
//
|
|
|
|
// replace github.com/pterodactyl/sftp-server => ../sftp-server
|
2019-12-07 23:53:07 +00:00
|
|
|
|
2019-03-24 21:06:12 +00:00
|
|
|
require (
|
2020-04-10 15:22:57 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.0.7
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
2019-12-01 19:19:49 +00:00
|
|
|
github.com/Jeffail/gabs/v2 v2.2.0
|
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
|
2020-04-27 00:20:26 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.30.14 // indirect
|
2019-12-01 23:04:03 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2019-12-07 22:01:40 +00:00
|
|
|
github.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929
|
2020-04-13 17:12:49 +00:00
|
|
|
github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
|
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-12-01 06:24:44 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-04-06 01:00:33 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.2
|
|
|
|
github.com/golang/protobuf v1.3.5 // 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-12-01 19:19:49 +00:00
|
|
|
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
|
2020-05-18 01:22:06 +00:00
|
|
|
github.com/icza/dyno v0.0.0-20200205103839-49cb13720835
|
2019-11-25 03:32:02 +00:00
|
|
|
github.com/imdario/mergo v0.3.8
|
2020-04-19 06:26:23 +00:00
|
|
|
github.com/klauspost/pgzip v1.2.3
|
2019-12-01 02:07:05 +00:00
|
|
|
github.com/magiconair/properties v1.8.1
|
2020-04-04 05:17:26 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.10 // indirect
|
|
|
|
github.com/mholt/archiver/v3 v3.3.0
|
2019-12-01 01:08:11 +00:00
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
2020-04-06 01:00:33 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2020-04-10 21:39:07 +00:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 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
|
2020-04-17 21:27:06 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-04-10 21:39:07 +00:00
|
|
|
github.com/pkg/profile v1.4.0
|
2020-05-10 00:46:22 +00:00
|
|
|
github.com/pkg/sftp v1.11.0 // indirect
|
|
|
|
github.com/pterodactyl/sftp-server v1.1.2
|
2019-03-25 01:39:01 +00:00
|
|
|
github.com/remeh/sizedwaitgroup v0.0.0-20180822144253-5e7302b12cce
|
2020-04-19 06:26:23 +00:00
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
|
2020-04-04 05:17:26 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-04-10 13:12:18 +00:00
|
|
|
github.com/spf13/cobra v0.0.7
|
2020-04-27 00:20:26 +00:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
|
|
github.com/yuin/goldmark v1.1.30 // indirect
|
2020-05-10 00:46:22 +00:00
|
|
|
go.uber.org/zap v1.15.0
|
|
|
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
|
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
2020-04-27 00:20:26 +00:00
|
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
2020-04-18 22:31:34 +00:00
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
2020-05-10 00:46:22 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect
|
2020-04-06 01:00:33 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2019-12-01 20:53:47 +00:00
|
|
|
gopkg.in/ini.v1 v1.51.0
|
2020-04-06 01:00:33 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-04-04 06:34:24 +00:00
|
|
|
gotest.tools v2.2.0+incompatible // indirect
|
2020-05-10 00:46:22 +00:00
|
|
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
2019-03-24 21:06:12 +00:00
|
|
|
)
|