13 lines
240 B
Modula-2
13 lines
240 B
Modula-2
module git.codemonkeysoftware.net/b/gigaparsec
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/shoenig/test v1.9.1
|
|
pgregory.net/rapid v1.1.0
|
|
)
|
|
|
|
require github.com/google/go-cmp v0.6.0 // indirect
|
|
|
|
replace github.com/shoenig/test v1.9.1 => ../shoenig-test
|