go-arbitrary/go.mod

9 lines
212 B
Modula-2
Raw Normal View History

2024-08-25 12:36:05 +00:00
module github.com/reiver/go-arbitrary
go 1.22.4
require (
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f // indirect
github.com/reiver/go-strfs v0.0.0-20240825123104-a22d8dfd04d4 // indirect
)