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-01-01 03:22:16 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.1
|
2024-03-05 02:47:43 +00:00
|
|
|
golang.org/x/oauth2 v0.18.0
|
2022-07-22 14:09:34 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2023-07-17 02:37:20 +00:00
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
2023-08-16 02:13:27 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // 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
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // 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/net v0.22.0 // indirect
|
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2023-08-15 09:47:52 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2024-03-14 02:58:39 +00:00
|
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
2022-07-22 14:09:34 +00:00
|
|
|
)
|