s3browser-backend/go.mod
2021-07-26 14:52:36 +02:00

12 lines
291 B
Modula-2

module git.kapelle.org/niklas/s3browser
go 1.16
require (
github.com/graph-gophers/dataloader v5.0.0+incompatible
github.com/graphql-go/graphql v0.7.9
github.com/graphql-go/handler v0.2.3
github.com/minio/minio-go/v7 v7.0.12
github.com/opentracing/opentracing-go v1.2.0 // indirect
)