-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 723 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 723 Bytes
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
module github.com/voidint/box
go 1.20
require (
github.com/BurntSushi/toml v1.5.0
github.com/bwmarrin/snowflake v0.3.0
github.com/dromara/carbon/v2 v2.5.2
github.com/guregu/null/v5 v5.0.0
github.com/nicksnyder/go-i18n/v2 v2.5.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.7.3
github.com/stretchr/testify v1.10.0
golang.org/x/sync v0.11.0
golang.org/x/text v0.22.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)