vmware-go-kcl-v2/go.mod
Tao Jiang 13aa9632cd Upgrade to use go1.11 and switch to use go mod
1. No functional change just upgrade to go1.11.
2. Add go mod support.
3. Make vendored copy of dependencies

Test
1. hmake
2. run worker_test.go in GoLand IDE
2021-12-20 21:20:13 -06:00

25 lines
1.4 KiB
Modula-2

module github.com/vmware/vmware-go-kcl
require (
github.com/asaskevich/govalidator v0.0.0-20170507183629-38ddb4612a5d // indirect
github.com/astaxie/beego v0.0.0-20170908222938-a7354d2d0840 // indirect
github.com/aws/aws-sdk-go v0.0.0-20171208220907-365b4d343694
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ini/ini v1.42.0 // indirect
github.com/golang/protobuf v0.0.0-20170622202551-6a1fa9404c0a // indirect
github.com/google/uuid v0.0.0-20170306145142-6a5e28554805
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/matryer/try v0.0.0-20150601225556-312d2599e12e
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.0.0-20170707173355-26b897001974
github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 // indirect
github.com/prometheus/common v0.0.0-20170707053319-3e6a7635bac6
github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 // indirect
github.com/sirupsen/logrus v0.0.0-20170713115724-51dc0fc64317
github.com/stretchr/testify v1.2.1
golang.org/x/sys v0.0.0-20190221222158-ec7b60b042fd // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)