-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from Songmu/deps
update deps
- Loading branch information
Showing
7 changed files
with
83 additions
and
63 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
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
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,33 +1,33 @@ | ||
module github.com/Songmu/tagpr | ||
|
||
go 1.19 | ||
go 1.21.5 | ||
|
||
require ( | ||
github.com/Masterminds/semver/v3 v3.2.0 | ||
github.com/Songmu/gh2changelog v0.0.4 | ||
github.com/Masterminds/semver/v3 v3.2.1 | ||
github.com/Songmu/gh2changelog v0.0.5 | ||
github.com/Songmu/gitconfig v0.2.0 | ||
github.com/Songmu/gitsemvers v0.0.3 | ||
github.com/google/go-github/v49 v49.1.0 | ||
github.com/google/go-github/v57 v57.0.0 | ||
github.com/saracen/walker v0.1.3 | ||
golang.org/x/oauth2 v0.4.0 | ||
golang.org/x/oauth2 v0.15.0 | ||
) | ||
|
||
require ( | ||
github.com/cli/go-gh v1.0.0 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/goccy/go-yaml v1.9.8 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/cli/go-gh v1.2.1 // indirect | ||
github.com/cli/safeexec v1.0.1 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/goccy/go-yaml v1.11.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/jessevdk/go-flags v1.5.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
golang.org/x/crypto v0.5.0 // indirect | ||
golang.org/x/mod v0.7.0 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.32.0 // 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
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
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
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