module github.com/pterodactyl/wings go 1.13 require ( emperror.dev/errors v0.8.0 github.com/AlecAivazis/survey/v2 v2.2.7 github.com/Jeffail/gabs/v2 v2.6.0 github.com/Microsoft/go-winio v0.4.16 // indirect github.com/Microsoft/hcsshim v0.8.14 // indirect github.com/NYTimes/logrotate v1.0.0 github.com/andybalholm/brotli v1.0.1 // indirect github.com/apex/log v1.9.0 github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef github.com/beevik/etree v1.1.0 github.com/buger/jsonparser v1.1.0 github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249 github.com/containerd/containerd v1.4.3 // indirect github.com/containerd/fifo v0.0.0-20201026212402-0724c46b320c // indirect github.com/creasty/defaults v1.5.1 github.com/docker/distribution v2.7.1+incompatible // indirect github.com/docker/docker v20.10.1+incompatible github.com/docker/go-connections v0.4.0 github.com/docker/go-metrics v0.0.1 // indirect github.com/fatih/color v1.10.0 github.com/franela/goblin v0.0.0-20200825194134-80c0062ed6cd github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gabriel-vasile/mimetype v1.1.2 github.com/gammazero/deque v0.0.0-20201010052221-3932da5530cc // indirect github.com/gammazero/workerpool v1.1.1 github.com/gbrlsnchs/jwt/v3 v3.0.0 github.com/gin-gonic/gin v1.6.3 github.com/go-playground/validator/v10 v10.4.1 // indirect github.com/golang/snappy v0.0.2 // indirect github.com/google/go-cmp v0.5.2 // indirect github.com/google/uuid v1.1.2 github.com/gorilla/mux v1.7.4 // indirect github.com/gorilla/websocket v1.4.2 github.com/iancoleman/strcase v0.1.2 github.com/icza/dyno v0.0.0-20200205103839-49cb13720835 github.com/imdario/mergo v0.3.9 github.com/juju/ratelimit v1.0.1 github.com/karrick/godirwalk v1.16.1 github.com/klauspost/compress v1.11.4 // indirect github.com/klauspost/pgzip v1.2.5 github.com/leodido/go-urn v1.2.1 // indirect github.com/magefile/mage v1.10.0 // indirect github.com/magiconair/properties v1.8.4 github.com/mattn/go-colorable v0.1.8 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect github.com/mholt/archiver/v3 v3.5.0 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect github.com/morikuni/aec v1.0.0 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.0.1 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pierrec/lz4/v4 v4.1.2 // indirect github.com/pkg/profile v1.5.0 github.com/pkg/sftp v1.12.0 github.com/prometheus/client_golang v1.9.0 // indirect github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f github.com/sirupsen/logrus v1.7.0 // indirect github.com/spf13/cobra v1.1.1 github.com/stretchr/testify v1.6.1 github.com/ugorji/go v1.2.2 // indirect github.com/ulikunitz/xz v0.5.9 // indirect golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect golang.org/x/text v0.3.4 // indirect golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect google.golang.org/grpc v1.34.0 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/ini.v1 v1.62.0 gopkg.in/yaml.v2 v2.4.0 )