master
Charles Iliya Krempeaux 2024-08-25 05:36:05 -07:00
parent 79a45bc039
commit 43e48a26b7
2 changed files with 12 additions and 0 deletions

8
go.mod 100644
View File

@ -0,0 +1,8 @@
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
)

4
go.sum 100644
View File

@ -0,0 +1,4 @@
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f h1:D1QSxKHm8U73XhjsW3SFLkT0zT5pKJi+1KGboMhY1Rk=
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f/go.mod h1:F0HbBf+Ak2ZlE8YkDW4Y+KxaUmT0KaaIJK6CXY3cJxE=
github.com/reiver/go-strfs v0.0.0-20240825123104-a22d8dfd04d4 h1:+jwuqCDWORvXNDTMa9DQ5dEd9u/jOpj4XqGVG/B5E1w=
github.com/reiver/go-strfs v0.0.0-20240825123104-a22d8dfd04d4/go.mod h1:WH8mfjs3Mpv2+U7cDIuQieN9opUoD4AuwPqn8M8EtKA=