module github.com/aofei/air go 1.13 require ( github.com/BurntSushi/toml v0.3.1 github.com/VictoriaMetrics/fastcache v1.5.7 github.com/allegro/bigcache v1.2.1 // indirect github.com/aofei/mimesniffer v1.1.4 github.com/cespare/xxhash/v2 v2.1.1 github.com/fsnotify/fsnotify v1.4.7 github.com/golang/protobuf v1.3.3 github.com/gorilla/websocket v1.4.1 github.com/kr/pretty v0.1.0 // indirect github.com/mitchellh/mapstructure v1.1.2 github.com/stretchr/testify v1.5.1 github.com/tdewolff/minify/v2 v2.7.2 github.com/vmihailenco/msgpack v4.0.4+incompatible golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d golang.org/x/net v0.0.0-20200225223329-5d076fcf07a8 golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect golang.org/x/text v0.3.2 google.golang.org/appengine v1.6.5 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.8 )