Skip to content

Commit

Permalink
Merge pull request #30 from aktsk/dependabot/go_modules/gopkg.in/yaml…
Browse files Browse the repository at this point in the history
….v2-2.2.8

Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.8
  • Loading branch information
takanakahiko authored Dec 21, 2021
2 parents 19725b9 + 1c381bf commit f52ef94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 188 deletions.
20 changes: 8 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
module github.com/aktsk/atgen

require (
github.com/Songmu/ghch v0.10.2 // indirect
github.com/Songmu/goxz v0.6.0 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/lkesteloot/astutil v0.0.0-20130122170032-b6715328cfa5
github.com/motemen/gobump v0.0.0-20170609005736-b5563e1d8b75 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.2.0
github.com/tcnksm/ghr v0.13.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/urfave/cli v1.20.0
github.com/x-motemen/gobump v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
golang.org/x/tools v0.0.0-20190117194123-b4b6fe2cb829
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.8
)

require (
github.com/gorilla/context v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
Loading

0 comments on commit f52ef94

Please sign in to comment.