Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ require (
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/bsm/redislock v0.4.0
github.com/etherlabsio/errors v0.2.3
github.com/go-kit/kit v0.9.0
github.com/go-logfmt/logfmt v0.3.0 // indirect
github.com/go-kit/kit v0.11.0
github.com/go-redis/cache v6.4.0+incompatible
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-stack/stack v1.8.0 // indirect
Expand All @@ -15,13 +14,12 @@ require (
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.6.0 // indirect
github.com/nats-io/nats-server v1.4.1 // indirect
github.com/nats-io/nats-server/v2 v2.0.0 // indirect
github.com/nats-io/nats.go v1.8.1
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
github.com/nats-io/nats.go v1.11.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/yuin/gopher-lua v0.0.0-20181214045814-db9ae37725ec // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/appengine v1.4.0 // indirect
)

Expand Down
Loading