mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
14 lines
247 B
Modula-2
14 lines
247 B
Modula-2
module pkg/models
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.2
|
|
github.com/redis/go-redis/v9 v9.17.2
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
)
|