22 lines
740 B
Modula-2
22 lines
740 B
Modula-2
module codeword
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/caarlos0/env/v8 v8.0.0 // indirect
|
|
github.com/gofiber/fiber/v2 v2.51.0 // indirect
|
|
github.com/google/uuid v1.4.0 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.50.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
go.uber.org/zap v1.26.0 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
)
|