pasty/go.mod

14 lines
385 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/fasthttp/router v1.2.4
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.10.11 // indirect
github.com/valyala/fasthttp v1.16.0
github.com/zekroTJA/seiteki v0.0.0-20200704144115-4da98a9f806b
)