2022-07-22 14:09:34 +00:00
|
|
|
module github.com/haunt98/update-go-mod
|
|
|
|
|
2025-02-05 14:57:04 +00:00
|
|
|
go 1.23
|
2022-07-22 14:09:34 +00:00
|
|
|
|
|
|
|
require (
|
2025-01-27 04:34:36 +00:00
|
|
|
github.com/bytedance/sonic v1.12.8
|
2025-02-05 14:54:16 +00:00
|
|
|
github.com/google/go-github/v69 v69.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-12-19 04:43:25 +00:00
|
|
|
github.com/spf13/cast v1.7.1
|
2024-10-14 03:16:17 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.5
|
2025-02-05 05:01:37 +00:00
|
|
|
golang.org/x/oauth2 v0.26.0
|
2022-07-22 14:09:34 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2025-01-08 04:18:10 +00:00
|
|
|
github.com/bytedance/sonic/loader v0.2.2 // indirect
|
2025-01-27 04:34:36 +00:00
|
|
|
github.com/cloudwego/base64x v0.1.5 // indirect
|
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
|
2024-11-01 11:59:19 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // 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-11-01 11:59:19 +00:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // 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-11-01 11:59:19 +00:00
|
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // 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
|
|
|
)
|