module github.com/aofei/air require ( github.com/BurntSushi/toml v0.3.1 github.com/VictoriaMetrics/fastcache v1.4.0 github.com/aofei/mimesniffer v1.1.0 github.com/cespare/xxhash v1.1.0 github.com/fsnotify/fsnotify v1.4.7 github.com/golang/protobuf v1.2.0 github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect github.com/gorilla/websocket v1.4.0 github.com/jtolds/gls v4.2.1+incompatible // indirect github.com/kr/pretty v0.1.0 // indirect github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect 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-20190129210102-ccddf3741a0c golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc // 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/ini.v1 v1.41.0 gopkg.in/yaml.v2 v2.2.2 )