写的一些golang库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
612 B

3 months ago
module git.realxlfd.cc/RealXLFD/golib
3 months ago
go 1.22
3 months ago
require (
github.com/dustin/go-humanize v1.0.1
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
3 months ago
github.com/gookit/color v1.5.4
github.com/parnurzeal/gorequest v0.3.0
)
3 months ago
require (
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
3 months ago
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
3 months ago
golang.org/x/net v0.22.0 // indirect
3 months ago
golang.org/x/sys v0.18.0 // indirect
3 months ago
)