pasty/go.mod

10 lines
192 B
Modula-2
Raw Normal View History

2020-08-22 20:13:43 +00:00
module github.com/Lukaesebrot/pasty
go 1.15
2020-08-22 20:27:37 +00:00
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/fasthttp/router v1.2.4 // indirect
github.com/valyala/fasthttp v1.16.0 // indirect
)