2024-08-31 21:13:27 +00:00
|
|
|
module git.codemonkeysoftware.net/b/gigaparsec
|
|
|
|
|
|
|
|
go 1.23
|
2024-09-03 19:55:32 +00:00
|
|
|
|
|
|
|
require (
|
2024-09-08 15:17:29 +00:00
|
|
|
github.com/shoenig/test v1.10.0
|
2024-09-03 19:55:32 +00:00
|
|
|
pgregory.net/rapid v1.1.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require github.com/google/go-cmp v0.6.0 // indirect
|
2024-09-09 16:27:54 +00:00
|
|
|
|
|
|
|
replace github.com/shoenig/test v1.10.0 => ../shoenig-test
|