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-08-07 01:55:29 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.1.0
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/Jeffail/gabs/v2 v2.5.1
|
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2020-08-04 03:35:48 +00:00
|
|
|
github.com/NYTimes/logrotate v1.0.0
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.0 // indirect
|
|
|
|
github.com/apex/log v1.8.0
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
|
2019-12-01 23:04:03 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/buger/jsonparser v1.0.0
|
2020-04-13 17:12:49 +00:00
|
|
|
github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/containerd/containerd v1.3.7 // indirect
|
|
|
|
github.com/containerd/fifo v0.0.0-20200410184934-f15a3290365b // indirect
|
|
|
|
github.com/creasty/defaults v1.5.0
|
2020-07-04 20:57:48 +00:00
|
|
|
github.com/docker/cli v17.12.1-ce-rc2+incompatible
|
2019-04-20 22:45:48 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
2020-07-04 20:57:48 +00:00
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
|
2019-04-04 06:34:24 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2020-07-04 20:57:48 +00:00
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2020-05-29 05:07:53 +00:00
|
|
|
github.com/fatih/color v1.9.0
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/gabriel-vasile/mimetype v1.1.1
|
|
|
|
github.com/gammazero/deque v0.0.0-20200721202602-07291166fe33 // indirect
|
|
|
|
github.com/gammazero/workerpool v1.0.0
|
|
|
|
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.2
|
2020-07-01 04:34:47 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
|
|
github.com/golang/gddo v0.0.0-20200715224205-051695c33a3f // indirect
|
2019-09-28 20:01:04 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-07-12 17:26:20 +00:00
|
|
|
github.com/gorilla/mux v1.7.4 // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
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
|
2020-08-07 02:29:01 +00:00
|
|
|
github.com/imdario/mergo v0.3.8
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/klauspost/compress v1.10.10 // indirect
|
|
|
|
github.com/klauspost/pgzip v1.2.4
|
|
|
|
github.com/magefile/mage v1.10.0 // indirect
|
2019-12-01 02:07:05 +00:00
|
|
|
github.com/magiconair/properties v1.8.1
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.7
|
2020-04-04 05:17:26 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.10 // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2020-04-04 05:17:26 +00:00
|
|
|
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-07-04 20:57:48 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2020-04-10 21:39:07 +00:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/nwaples/rardecode v1.1.0 // indirect
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2019-03-24 21:06:12 +00:00
|
|
|
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-08-07 01:55:29 +00:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
2020-04-17 21:27:06 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/pkg/profile v1.5.0
|
2020-05-10 00:46:22 +00:00
|
|
|
github.com/pkg/sftp v1.11.0 // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
github.com/prometheus/common v0.11.1 // indirect
|
|
|
|
github.com/pterodactyl/sftp-server v1.1.5
|
|
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
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-08-07 01:55:29 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/uber-go/zap v1.9.1 // indirect
|
|
|
|
github.com/ulikunitz/xz v0.5.7 // indirect
|
2020-05-10 00:46:22 +00:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-08-07 01:55:29 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
2020-05-10 00:46:22 +00:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
2020-05-10 00:46:22 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
golang.org/x/tools/gopls v0.1.3 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98 // indirect
|
|
|
|
google.golang.org/grpc v1.31.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-04-06 01:00:33 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-08-07 01:55:29 +00:00
|
|
|
gopkg.in/ini.v1 v1.57.0
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
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
|
|
|
)
|