module github.com/aofei/air require ( github.com/BurntSushi/toml v0.3.1 github.com/OneOfOne/xxhash v1.2.4 // indirect github.com/VictoriaMetrics/fastcache v1.4.5 github.com/allegro/bigcache v1.2.0 // indirect github.com/aofei/mimesniffer v1.1.1 github.com/cespare/xxhash/v2 v2.0.0 github.com/fsnotify/fsnotify v1.4.7 github.com/golang/protobuf v1.3.1 github.com/golang/snappy v0.0.1 // indirect github.com/gorilla/websocket v1.4.0 github.com/kr/pretty v0.1.0 // indirect github.com/mitchellh/mapstructure v1.1.2 github.com/stretchr/testify v1.3.0 github.com/tdewolff/minify/v2 v2.3.8 github.com/vmihailenco/msgpack v4.0.2+incompatible golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a golang.org/x/net v0.0.0-20190313220215-9f648a60d977 golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect golang.org/x/text v0.3.0 google.golang.org/appengine v1.4.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 )