File: go.mod

package info (click to toggle)
golang-github-redis-go-redis 9.17.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,080 kB
  • sloc: sh: 289; makefile: 99
file content (15 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/redis/go-redis/example/scan-struct

go 1.18

replace github.com/redis/go-redis/v9 => ../..

require (
	github.com/davecgh/go-spew v1.1.1
	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
)