mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
11 lines
160 B
Modula-2
11 lines
160 B
Modula-2
module pkg/models
|
|
|
|
go 1.25.5
|
|
|
|
require github.com/redis/rueidis v1.0.73
|
|
|
|
require (
|
|
golang.org/x/net v0.52.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
)
|