mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
17 lines
516 B
Modula-2
17 lines
516 B
Modula-2
module github.com/lus/pasty
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
|
|
github.com/fasthttp/router v1.2.4
|
|
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
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/minio/minio-go/v7 v7.0.5
|
|
github.com/ulule/limiter/v3 v3.5.0
|
|
github.com/valyala/fasthttp v1.16.0
|
|
go.mongodb.org/mongo-driver v1.8.0
|
|
)
|