-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathgo.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
)