s3browser-backend/go.mod

20 lines
622 B
Modula-2
Raw Permalink 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-10-20 14:11:18 +00:00
github.com/go-sql-driver/mysql v1.6.0
2021-09-14 13:16:37 +00:00
github.com/golang-jwt/jwt v3.2.2+incompatible
2021-09-11 20:17:22 +00:00
github.com/gorilla/mux v1.8.0
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-11-25 00:57:38 +00:00
github.com/stretchr/testify v1.7.0
2021-10-20 14:11:18 +00:00
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f
2021-07-26 12:52:36 +00:00
)