14 lines
311 B
AMPL
14 lines
311 B
AMPL
module github.com/go-pkgz/lcw
|
|
|
|
require (
|
|
github.com/alicebob/miniredis/v2 v2.11.4
|
|
github.com/go-redis/redis/v7 v7.2.0
|
|
github.com/google/uuid v1.1.1
|
|
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.5.1
|
|
)
|
|
|
|
go 1.13
|