20 lines
574 B
AMPL
20 lines
574 B
AMPL
module git.k6n.net/mats/go-redis-inventory
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/alicebob/miniredis/v2 v2.35.0
|
|
github.com/redis/go-redis/v9 v9.20.0
|
|
)
|
|
|
|
require (
|
|
git.k6n.net/mats/platform v0.0.0
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/yuin/gopher-lua v1.1.1 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
)
|