Replace git cloner with go getter to support various target

This commit is contained in:
Yujun Zhang
2020-01-29 18:18:22 +08:00
committed by Yujun Zhang
parent 6c2c08c4df
commit fae66446a8
7 changed files with 228 additions and 31 deletions

View File

@@ -7,6 +7,7 @@ require (
github.com/go-openapi/spec v0.19.4
github.com/golangci/golangci-lint v1.21.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/hashicorp/go-getter v1.4.1
github.com/pkg/errors v0.8.1
golang.org/x/tools v0.0.0-20191010075000-0337d82405ff
gopkg.in/yaml.v2 v2.2.4