module github.com/pterodactyl/wings go 1.16 require ( emperror.dev/errors v0.8.0 github.com/AlecAivazis/survey/v2 v2.2.15 github.com/Jeffail/gabs/v2 v2.6.1 github.com/Microsoft/go-winio v0.5.0 // indirect github.com/Microsoft/hcsshim v0.8.20 // indirect github.com/NYTimes/logrotate v1.0.0 github.com/andybalholm/brotli v1.0.3 // indirect github.com/apex/log v1.9.0 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d github.com/beevik/etree v1.1.0 github.com/buger/jsonparser v1.1.1 github.com/cenkalti/backoff/v4 v4.1.1 github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249 github.com/containerd/containerd v1.5.5 // indirect github.com/creasty/defaults v1.5.1 github.com/docker/docker v20.10.7+incompatible github.com/docker/go-connections v0.4.0 github.com/fatih/color v1.12.0 github.com/franela/goblin v0.0.0-20200825194134-80c0062ed6cd github.com/gabriel-vasile/mimetype v1.3.1 github.com/gammazero/workerpool v1.1.2 github.com/gbrlsnchs/jwt/v3 v3.0.1 github.com/gin-gonic/gin v1.7.2 github.com/go-playground/validator/v10 v10.8.0 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/google/uuid v1.3.0 github.com/gorilla/mux v1.7.4 // indirect github.com/gorilla/websocket v1.4.2 github.com/iancoleman/strcase v0.2.0 github.com/icza/dyno v0.0.0-20210726202311-f1bafe5d9996 github.com/juju/ratelimit v1.0.1 github.com/karrick/godirwalk v1.16.1 github.com/klauspost/compress v1.13.2 // indirect github.com/klauspost/pgzip v1.2.5 github.com/magefile/mage v1.11.0 // indirect github.com/magiconair/properties v1.8.5 github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.13 // indirect 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-20210619224110-3f7ff695adc6 // indirect github.com/morikuni/aec v1.0.0 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/nwaples/rardecode v1.1.1 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pierrec/lz4/v4 v4.1.8 // indirect github.com/pkg/profile v1.6.0 github.com/pkg/sftp v1.13.2 github.com/prometheus/common v0.30.0 // indirect github.com/prometheus/procfs v0.7.1 // indirect github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f github.com/spf13/cobra v1.2.1 github.com/stretchr/testify v1.7.0 github.com/ulikunitz/xz v0.5.10 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.7.0 // indirect golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b // 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 )