-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathgo.mod
24 lines (22 loc) · 899 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
module github.com/jkcfg/jk
require (
github.com/ghodss/yaml v1.0.0
github.com/google/flatbuffers v1.11.0
github.com/google/go-containerregistry v0.0.0-20200128171736-43a8003f9213
github.com/hashicorp/hcl v1.0.0
github.com/jkcfg/v8worker2 v0.0.0-20191022163158-90e467066938
github.com/opencontainers/image-spec v1.0.1
github.com/pkg/errors v0.8.1
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.1.0
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20200115165105-de0b1760071a
gopkg.in/yaml.v2 v2.2.4
)
go 1.13