s3browser-backend/go.mod

15 lines
413 B
Modula-2
Raw Normal View History

2021-07-26 12:52:36 +00:00
module git.kapelle.org/niklas/s3browser
go 1.16
require (
2021-09-09 11:41:38 +00:00
github.com/alexflint/go-arg v1.4.2
2021-07-26 12:52:36 +00:00
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
2021-08-06 14:31:07 +00:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2021-08-12 15:48:28 +00:00
github.com/sirupsen/logrus v1.8.1
2021-07-26 12:52:36 +00:00
)