-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 824 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/eventually-rs/saving-goals-go
go 1.15
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/eventually-rs/eventually-go v0.0.0-20210202130929-c04bb06ac729
github.com/frankban/quicktest v1.11.3 // indirect
github.com/go-chi/chi v1.5.1
github.com/golang/protobuf v1.4.2
github.com/golang/snappy v0.0.2 // indirect
github.com/google/uuid v1.2.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.11.7 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/segmentio/kafka-go v0.4.9
github.com/urfave/cli/v2 v2.3.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/protobuf v1.25.0
)