-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
22 lines (20 loc) · 835 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
module github.com/zbysir/go-vue-ssr
go 1.13
require (
github.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929
github.com/golang/protobuf v1.3.3 // indirect
github.com/json-iterator/go v1.1.9
github.com/kr/pretty v0.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/radovskyb/watcher v1.0.7
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli/v2 v2.1.1
golang.org/x/text v0.3.8 // indirect
google.golang.org/grpc v1.27.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)