1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00
This commit is contained in:
2022-03-27 10:19:57 +08:00
parent 65194a74b1
commit 5f1e0f5403
2 changed files with 137 additions and 0 deletions

26
go.mod Normal file
View File

@ -0,0 +1,26 @@
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/stretchr/testify v1.7.1
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
)