17 lines
342 B
Modula-2
17 lines
342 B
Modula-2
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
|
|
)
|