forked from kelindar/column
-
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) · 707 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 707 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/kelindar/column
go 1.18
require (
github.com/kelindar/bitmap v1.4.1
github.com/kelindar/intmap v1.1.0
github.com/kelindar/iostream v1.3.0
github.com/kelindar/simd v1.1.2
github.com/kelindar/smutex v1.0.0
github.com/klauspost/compress v1.15.6
github.com/stretchr/testify v1.7.1
github.com/zeebo/xxh3 v1.0.2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/kelindar/async v1.0.0
github.com/kelindar/xxrand v1.0.1
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)