25 lines
794 B
Modula-2
25 lines
794 B
Modula-2
module gitea-attachements-proxy
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.0
|
|
github.com/gofiber/fiber/v2 v2.18.0
|
|
github.com/kpango/glg v1.6.4
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.3 // indirect
|
|
github.com/goccy/go-json v0.7.8 // indirect
|
|
github.com/hashicorp/go-version v1.3.0 // indirect
|
|
github.com/klauspost/compress v1.13.5 // indirect
|
|
github.com/kpango/fastime v1.0.17 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.30.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.19.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
|
|
)
|