提交 319521e4 编写于 作者: chai2010's avatar chai2010

vendor: cli 移到 3rdparty

上级 807f62c9
......@@ -5,6 +5,5 @@ module github.com/wa-lang/wa
go 1.17
require (
github.com/wa-lang/cli v0.1.0
github.com/pkg/errors v0.9.1
)
cli
===
[![GoDoc](https://godoc.org/github.com/urfave/cli?status.svg)](https://pkg.go.dev/github.com/wa-lang/cli)
[![GoDoc](https://godoc.org/github.com/urfave/cli?status.svg)](https://pkg.go.dev/github.com/urfave/cli)
[![codebeat](https://codebeat.co/badges/0a8f30aa-f975-404b-b878-5fab3ae1cc5f)](https://codebeat.co/projects/github-com-urfave-cli)
[![Go Report Card](https://goreportcard.com/badge/urfave/cli)](https://goreportcard.com/report/urfave/cli)
[![codecov](https://codecov.io/gh/urfave/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/urfave/cli)
......@@ -30,13 +30,13 @@ Go Modules are required when using this package. [See the go blog guide on using
### Using `v2` releases
```
$ GO111MODULE=on go get github.com/wa-lang/cli
$ GO111MODULE=on go get github.com/urfave/cli
```
```go
...
import (
"github.com/wa-lang/cli" // imports as package "cli"
"github.com/urfave/cli" // imports as package "cli"
)
...
```
......
......@@ -10,7 +10,7 @@ import (
"runtime"
"runtime/debug"
"github.com/wa-lang/cli"
"github.com/wa-lang/wa/internal/3rdparty/cli"
"github.com/wa-lang/wa/internal/app"
"github.com/wa-lang/wa/internal/config"
)
......
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/wa-lang/cli v0.1.0
## explicit; go 1.11
github.com/wa-lang/cli
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册