module github.com/aofei/air go 1.13 require ( github.com/BurntSushi/toml v0.3.1 github.com/VictoriaMetrics/fastcache v1.5.1 github.com/allegro/bigcache v1.2.1 // indirect github.com/aofei/mimesniffer v1.1.3 github.com/cespare/xxhash/v2 v2.1.0 github.com/fsnotify/fsnotify v1.4.7 github.com/golang/protobuf v1.3.2 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.4.0 github.com/tdewolff/minify/v2 v2.5.1 github.com/tdewolff/parse/v2 v2.3.9 // indirect github.com/tdewolff/test v1.0.3 // indirect github.com/vmihailenco/msgpack v4.0.4+incompatible golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect golang.org/x/text v0.3.2 google.golang.org/appengine v1.6.2 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 )