Persist pages to file system

This commit is contained in:
2024-10-07 13:36:20 +03:00
parent 74be6b4d0d
commit 74e9327b0b
11 changed files with 256 additions and 69 deletions

6
go.mod
View File

@@ -2,9 +2,13 @@ module gemini-grc
go 1.23.1
require (
github.com/jaevor/go-nanoid v1.4.0
github.com/rs/zerolog v1.33.0
)
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
)