2021-10-11 21:41:56 +08:00
|
|
|
module github.com/gogf/gf/v2
|
2019-07-08 11:37:02 +08:00
|
|
|
|
2025-08-22 15:29:16 +08:00
|
|
|
go 1.23.0
|
2019-09-26 15:54:13 +08:00
|
|
|
|
2019-08-01 14:07:25 +08:00
|
|
|
require (
|
2025-08-22 15:29:16 +08:00
|
|
|
github.com/BurntSushi/toml v1.5.0
|
2023-08-01 21:15:28 +08:00
|
|
|
github.com/clbanning/mxj/v2 v2.7.0
|
2025-11-29 21:09:43 +08:00
|
|
|
github.com/emirpasic/gods/v2 v2.0.0-alpha
|
2024-12-11 10:14:12 +08:00
|
|
|
github.com/fatih/color v1.18.0
|
2025-08-22 15:29:16 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.9.0
|
2024-09-28 20:58:04 +08:00
|
|
|
github.com/gorilla/websocket v1.5.3
|
2024-04-18 20:02:27 +08:00
|
|
|
github.com/grokify/html-strip-tags-go v0.1.0
|
2025-08-23 14:53:49 +08:00
|
|
|
github.com/magiconair/properties v1.8.10
|
2025-10-11 14:58:01 +08:00
|
|
|
github.com/olekukonko/tablewriter v1.1.0
|
|
|
|
|
go.opentelemetry.io/otel v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.38.0
|
2025-11-10 17:38:50 +08:00
|
|
|
golang.org/x/net v0.40.0
|
|
|
|
|
golang.org/x/text v0.25.0
|
2023-07-20 09:57:04 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2019-08-01 14:07:25 +08:00
|
|
|
)
|
2023-08-01 21:15:28 +08:00
|
|
|
|
|
|
|
|
require (
|
2025-08-23 14:53:49 +08:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2023-08-01 21:15:28 +08:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-12-26 18:30:21 +08:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2025-11-10 17:38:50 +08:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2024-04-18 20:02:27 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-12-11 10:14:12 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
2025-09-01 12:20:22 +08:00
|
|
|
github.com/olekukonko/errors v1.1.0 // indirect
|
|
|
|
|
github.com/olekukonko/ll v0.0.9 // indirect
|
2025-11-10 17:38:50 +08:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2025-08-22 15:29:16 +08:00
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-10-11 14:58:01 +08:00
|
|
|
go.opentelemetry.io/otel/metric v1.38.0 // indirect
|
2025-08-23 14:53:49 +08:00
|
|
|
golang.org/x/sys v0.35.0 // indirect
|
2023-10-16 20:45:43 +08:00
|
|
|
)
|