File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,10 @@ module github.com/neurlang/table
22
33go 1.18
44
5- require github.com/neurlang/quaternary v0.2.2
5+ require github.com/neurlang/quaternary v0.2.4
6+
7+ require (
8+ github.com/klauspost/cpuid/v2 v2.2.3 // indirect
9+ github.com/minio/sha256-simd v1.0.1 // indirect
10+ golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
11+ )
Original file line number Diff line number Diff line change 1- github.com/neurlang/quaternary v0.2.2 h1:XnvZoMLQUsK2yymCgC632ux2sj+71UQNYgmoc5ghPCo =
2- github.com/neurlang/quaternary v0.2.2 /go.mod h1:yP32mjSy4ataxp2pwQ+RXUQoD0byfW50vzBjXs8GY5Y =
1+ github.com/klauspost/cpuid/v2 v2.2.3 h1:sxCkb+qR91z4vsqw4vGGZlDgPz3G7gjaLyK3V8y70BU =
2+ github.com/klauspost/cpuid/v2 v2.2.3 /go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY =
3+ github.com/minio/sha256-simd v1.0.1 h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM =
4+ github.com/minio/sha256-simd v1.0.1 /go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5xJjtbRSN8 =
5+ github.com/neurlang/quaternary v0.2.4 h1:ITmuGIZvwIpMm/ZZC6SfZlOaCJfS3YMg0ttdU3wOBNg =
6+ github.com/neurlang/quaternary v0.2.4 /go.mod h1:5ljAzCe6Udiox2BieFnce/egIMH42tAZLdNZ0i1edmk =
7+ golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e h1:CsOuNlbOuf0mzxJIefr6Q4uAUetRUwZE4qt7VfzP+xo =
8+ golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments