FreePad/go.mod

13 lines
325 B
Modula-2
Raw Normal View History

2022-05-15 12:43:42 +03:00
module github.com/JustKato/FreePad
go 1.15
2022-05-15 15:21:21 +03:00
require (
github.com/gin-gonic/gin v1.7.7
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-migrate/migrate/v4 v4.15.2
2022-05-17 23:27:20 +03:00
github.com/mattn/go-sqlite3 v1.14.13
2022-05-18 01:36:18 +03:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
2022-05-15 20:59:46 +03:00
github.com/ulule/limiter/v3 v3.10.0
2022-05-15 15:21:21 +03:00
)