24 lines
931 B
AMPL
24 lines
931 B
AMPL
module github.com/go-pkgz/lcw
|
|
|
|
require (
|
|
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-redis/redis/v7 v7.0.0-beta.4
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
|
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|
|
|
|
go 1.13
|