forked from dobyte/due
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 691 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/dobyte/due
go 1.16
require (
github.com/BurntSushi/toml v1.2.0
github.com/ethereum/go-ethereum v1.10.25
github.com/fsnotify/fsnotify v1.6.0
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.13
github.com/jinzhu/copier v0.3.5
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/panjf2000/ants/v2 v2.7.1
github.com/shamaton/msgpack/v2 v2.1.1
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect
golang.org/x/sync v0.1.0
gopkg.in/yaml.v3 v3.0.1
)