1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00
pasty/go.mod

11 lines
262 B
Modula-2

module github.com/Lukaesebrot/pasty
go 1.15
require (
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
github.com/bwmarrin/snowflake v0.3.0
github.com/joho/godotenv v1.3.0
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
)