-
Notifications
You must be signed in to change notification settings - Fork 72
/
go.mod
31 lines (28 loc) · 967 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/dobyte/due/v2
go 1.22
require (
dario.cat/mergo v1.0.1
github.com/BurntSushi/toml v1.4.0
github.com/bytedance/sonic v1.12.3
github.com/fsnotify/fsnotify v1.7.0
github.com/google/uuid v1.6.0
github.com/jinzhu/copier v0.4.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/panjf2000/ants/v2 v2.10.0
github.com/shamaton/msgpack/v2 v2.2.2
golang.org/x/sync v0.8.0
google.golang.org/protobuf v1.35.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bytedance/sonic/loader v0.2.0 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.11.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)