2024-10-31 09:49:41 +08:00
|
|
|
module golib.gaore.com/GaoreGo/gaore-common-sdk-go
|
|
|
|
|
2025-04-27 17:43:54 +08:00
|
|
|
go 1.19
|
|
|
|
|
2025-09-18 15:08:51 +08:00
|
|
|
require (
|
|
|
|
github.com/json-iterator/go v1.1.12
|
|
|
|
github.com/spf13/cast v1.8.0
|
|
|
|
)
|
2025-04-27 17:43:54 +08:00
|
|
|
|
|
|
|
require (
|
2025-09-18 15:08:51 +08:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2025-04-27 17:43:54 +08:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
)
|