2021-04-15 20:26:17 +03:00
|
|
|
module github.com/lus/pasty
|
2020-08-22 23:13:43 +03:00
|
|
|
|
2021-04-15 20:26:17 +03:00
|
|
|
go 1.16
|
2020-08-22 23:27:37 +03:00
|
|
|
|
|
|
|
require (
|
2020-08-23 00:24:38 +03:00
|
|
|
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
|
2020-08-23 01:32:46 +03:00
|
|
|
github.com/fasthttp/router v1.2.4
|
2021-04-15 22:30:37 +03:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.14.2-0.20201125065321-a53e6fc42574
|
|
|
|
github.com/jackc/pgx/v4 v4.11.0
|
|
|
|
github.com/johejo/golang-migrate-extra v0.0.0-20210217013041-51a992e50d16
|
2020-08-23 00:24:38 +03:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-08-24 00:44:47 +03:00
|
|
|
github.com/minio/minio-go/v7 v7.0.5
|
2020-08-24 00:07:07 +03:00
|
|
|
github.com/ulule/limiter/v3 v3.5.0
|
2020-08-23 01:32:46 +03:00
|
|
|
github.com/valyala/fasthttp v1.16.0
|
2021-11-27 21:34:57 +03:00
|
|
|
go.mongodb.org/mongo-driver v1.8.0
|
2020-08-22 23:27:37 +03:00
|
|
|
)
|