-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 656 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 656 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
26
module github.com/bebop/poly
go 1.21
require (
github.com/google/go-cmp v0.5.8
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
github.com/mitchellh/go-wordwrap v1.0.1
github.com/mroth/weightedrand v0.4.1
github.com/pmezard/go-difflib v1.0.0
github.com/sergi/go-diff v1.2.0
github.com/spaolacci/murmur3 v1.1.0
golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0
lukechampine.com/blake3 v1.1.5
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.13 // indirect
)
require (
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)