learning_go/go-code-samples/get-started-with-redis/go.mod
2025-12-20 10:21:45 +03:00

14 lines
295 B
Modula-2

module github.com/JetBrains/go-code-samples/get-started-with-redis
go 1.20
require (
github.com/redis/go-redis/v9 v9.0.5
golang.org/x/text v0.9.0
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)