-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/urfave/cli to v2
- Loading branch information
1 parent
f6350bf
commit 6bf8b02
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,28 @@ | ||
module github.com/aktsk/atgen | ||
|
||
go 1.21.1 | ||
|
||
require ( | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/lkesteloot/astutil v0.0.0-20130122170032-b6715328cfa5 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/afero v1.2.0 | ||
github.com/urfave/cli v1.20.0 | ||
github.com/urfave/cli v1.22.14 | ||
github.com/urfave/cli/v2 v2.25.7 | ||
golang.org/x/tools v0.0.0-20190117194123-b4b6fe2cb829 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/kr/pty v1.1.1 // indirect | ||
github.com/kr/text v0.1.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters