module github.com/aofei/air 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.2 github.com/cespare/xxhash/v2 v2.0.1-0.20190104013014-3767db7a7e18 github.com/fsnotify/fsnotify v1.4.7 github.com/golang/protobuf v1.3.2 github.com/gorilla/websocket v1.4.0 github.com/kr/pretty v0.1.0 // indirect github.com/mitchellh/mapstructure v1.1.2 github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/stretchr/testify v1.3.0 github.com/tdewolff/minify/v2 v2.5.1 github.com/tdewolff/test v1.0.3 // indirect github.com/vmihailenco/msgpack v4.0.4+incompatible golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect golang.org/x/text v0.3.2 google.golang.org/appengine v1.6.1 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 )