-
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 gopkg.in/yaml.v2 to v3
- Loading branch information
1 parent
f6350bf
commit 4485860
Showing
2 changed files
with
9 additions
and
1 deletion.
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,23 @@ | ||
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 | ||
golang.org/x/tools v0.0.0-20190117194123-b4b6fe2cb829 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
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 | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // 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