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.8 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-20200302210943-78000ba7a073 golang.org/x/net v0.0.0-20200301022130-244492dfa37a golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect golang.org/x/text v0.3.2 google.golang.org/appengine v1.6.5 // indirect google.golang.org/protobuf v1.20.1 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.8 )