-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
33 lines (29 loc) · 1 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/Songmu/tagpr
go 1.22.0
toolchain go1.23.2
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/Songmu/gh2changelog v0.1.0
github.com/Songmu/gitconfig v0.2.0
github.com/Songmu/gitsemvers v0.0.3
github.com/gofri/go-github-ratelimit v1.1.0
github.com/google/go-github/v66 v66.0.0
github.com/saracen/walker v0.1.4
golang.org/x/oauth2 v0.23.0
)
require (
github.com/cli/go-gh v1.2.1 // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/goccy/go-yaml v1.12.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/jessevdk/go-flags v1.6.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)