2022-07-22 14:09:34 +00:00
|
|
|
module github.com/haunt98/update-go-mod
|
|
|
|
|
2024-03-01 07:18:54 +00:00
|
|
|
go 1.21
|
2022-07-22 14:09:34 +00:00
|
|
|
|
|
|
|
require (
|
2024-07-12 06:23:07 +00:00
|
|
|
github.com/google/go-github/v63 v63.0.0
|
2023-07-17 02:37:20 +00:00
|
|
|
github.com/make-go-great/color-go v0.5.0
|
2023-08-15 09:47:52 +00:00
|
|
|
github.com/make-go-great/netrc-go v0.0.2
|
2023-08-15 12:18:48 +00:00
|
|
|
github.com/sourcegraph/conc v0.3.0
|
2023-11-29 02:33:14 +00:00
|
|
|
github.com/spf13/cast v1.6.0
|
2024-07-25 02:53:08 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.3
|
2024-08-05 17:19:34 +00:00
|
|
|
golang.org/x/oauth2 v0.22.0
|
2022-07-22 14:09:34 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-04-29 07:35:02 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
2023-07-17 02:37:20 +00:00
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
2023-08-15 09:47:52 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-07-17 02:37:20 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
2022-07-22 14:09:34 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2024-07-25 02:53:08 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
2023-08-15 12:18:48 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
2024-03-05 02:47:43 +00:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2022-07-22 14:09:34 +00:00
|
|
|
)
|