pasty/go.mod

15 lines
384 B
Modula-2
Raw Normal View History

2021-04-15 17:26:17 +00:00
module github.com/lus/pasty
2020-08-22 20:13:43 +00:00
2021-04-15 17:26:17 +00:00
go 1.16
2020-08-22 20:27:37 +00:00
require (
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
github.com/fasthttp/router v1.2.4
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.10.11 // indirect
2020-08-23 21:44:47 +00:00
github.com/minio/minio-go/v7 v7.0.5
2020-08-23 21:07:07 +00:00
github.com/ulule/limiter/v3 v3.5.0
github.com/valyala/fasthttp v1.16.0
2020-08-24 17:18:05 +00:00
go.mongodb.org/mongo-driver v1.4.0
2020-08-22 20:27:37 +00:00
)