14 lines
311 B
AMPL
14 lines
311 B
AMPL
module github.com/go-pkgz/lcw
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alicebob/miniredis/v2 v2.11.4
|
|
github.com/go-redis/redis/v7 v7.4.0
|
|
github.com/google/uuid v1.1.2
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|