mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
29 lines
856 B
Modula-2
29 lines
856 B
Modula-2
module github.com/charlienet/go-mixed
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.2.2
|
|
github.com/cespare/xxhash/v2 v2.1.2
|
|
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/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
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.1
|
|
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
|
|
golang.org/x/exp v0.0.0-20220328175248-053ad81199eb
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
)
|