-
Notifications
You must be signed in to change notification settings - Fork 35
/
go.mod
25 lines (23 loc) · 885 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/aofei/air
go 1.13
require (
github.com/VictoriaMetrics/fastcache v1.5.8
github.com/aofei/mimesniffer v1.1.6
github.com/cespare/xxhash/v2 v2.1.1
github.com/fsnotify/fsnotify v1.4.9
github.com/gorilla/websocket v1.4.2
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/pelletier/go-toml v1.9.0
github.com/stretchr/testify v1.7.0
github.com/tdewolff/minify/v2 v2.9.16
github.com/tdewolff/parse/v2 v2.5.15 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.1
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/net v0.0.0-20210415231046-e915ea6b2b7d
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/text v0.3.6
google.golang.org/protobuf v1.26.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)