Initial commit

This commit is contained in:
2025-02-03 12:52:21 +02:00
commit b04b6418db
19 changed files with 1693 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module gemserve
go 1.23.4
require (
github.com/gabriel-vasile/mimetype v1.4.8
github.com/matoous/go-nanoid/v2 v2.1.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.19 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)