Basic functionality

This commit is contained in:
2024-10-04 13:15:07 +03:00
parent eb963542b7
commit 74be6b4d0d
7 changed files with 373 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module gemini-grc
go 1.23.1
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.33.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)