28 lines
984 B
Modula-2
28 lines
984 B
Modula-2
module git.zom.bi/fanir/feedizer
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/gofiber/fiber/v2 v2.25.0
|
|
github.com/gofiber/template v1.6.21
|
|
github.com/golang-migrate/migrate/v4 v4.15.1
|
|
github.com/google/uuid v1.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/lib/pq v1.10.4 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.32.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
|
|
google.golang.org/grpc v1.43.0 // indirect
|
|
)
|