mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
47 lines
1.7 KiB
Modula-2
47 lines
1.7 KiB
Modula-2
module github.com/charlienet/go-mixed
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.3.0
|
|
github.com/cespare/xxhash/v2 v2.1.2
|
|
github.com/go-playground/universal-translator v0.18.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/tjfoc/gmsm v1.4.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
|
|
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tebeka/strftime v0.1.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/allegro/bigcache/v3 v3.0.2
|
|
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
|
github.com/coocood/freecache v1.2.1
|
|
github.com/dlclark/regexp2 v1.7.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.0
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|