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-05-11 03:22:34 +00:00
|
|
|
github.com/google/go-github/v62 v62.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-04-29 07:35:02 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.2
|
2024-06-05 03:04:10 +00:00
|
|
|
golang.org/x/oauth2 v0.21.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-04-29 07:35:02 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // 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
|
|
|
)
|