2022-07-22 14:09:34 +00:00
|
|
|
module github.com/haunt98/update-go-mod
|
|
|
|
|
2024-08-22 07:52:38 +00:00
|
|
|
go 1.22
|
2022-07-22 14:09:34 +00:00
|
|
|
|
|
|
|
require (
|
2024-09-16 14:15:31 +00:00
|
|
|
github.com/google/go-github/v65 v65.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
|
2024-08-07 03:07:07 +00:00
|
|
|
github.com/spf13/cast v1.7.0
|
2024-10-14 03:16:17 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.5
|
2024-09-05 08:49:14 +00:00
|
|
|
golang.org/x/oauth2 v0.23.0
|
2022-07-22 14:09:34 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-10-14 03:16:17 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // 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
|
|
|
)
|