forked from orangebees/kclvm-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.07 KB
/
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
26
27
28
29
30
31
32
module kusionstack.io/kclvm-go
go 1.18
require (
github.com/chai2010/jsonv v1.1.3
github.com/chai2010/protorpc v1.1.4
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.8
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-unicodeclass v0.0.1
github.com/mitchellh/mapstructure v1.5.0
github.com/sourcegraph/jsonrpc2 v0.1.0
github.com/stretchr/testify v1.7.1
github.com/urfave/cli/v2 v2.6.0
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99
kusionstack.io/kcl-plugin v0.4.1-alpha2
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
)