-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 713 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/nickpoorman/nats-requeue
go 1.14
require (
github.com/cenkalti/backoff/v4 v4.0.2
github.com/dgraph-io/badger v1.6.1
github.com/dgraph-io/badger/v2 v2.0.1-rc1.0.20200718033852-37ee16d8ad1c
github.com/gofrs/uuid v3.3.0+incompatible
github.com/google/flatbuffers v1.12.0
github.com/kr/pretty v0.2.0 // indirect
github.com/nats-io/nats-server/v2 v2.1.8-0.20200617224755-fa744fdcdaa3
github.com/nats-io/nats.go v1.10.1-0.20200708152344-e08031f0cc30
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.19.0
github.com/segmentio/ksuid v1.0.3
github.com/stretchr/testify v1.4.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7
)