33 lines
982 B
Modula-2
33 lines
982 B
Modula-2
module rua.plus/lolly
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0
|
|
github.com/fasthttp/router v1.5.4
|
|
github.com/google/uuid v1.6.0
|
|
github.com/klauspost/compress v1.18.2
|
|
github.com/quic-go/quic-go v0.59.0
|
|
github.com/rs/zerolog v1.35.0
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/valyala/fasthttp v1.69.0
|
|
github.com/yuin/gopher-lua v1.1.2
|
|
golang.org/x/crypto v0.49.0
|
|
golang.org/x/net v0.51.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
go.uber.org/goleak v1.3.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/text v0.35.0 // indirect
|
|
)
|