2022-05-15 12:43:42 +03:00
|
|
|
module github.com/JustKato/FreePad
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2022-05-20 00:46:14 +03:00
|
|
|
require (
|
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/joho/godotenv v1.4.0
|
2022-05-20 01:40:21 +03:00
|
|
|
github.com/mrz1836/go-sanitize v1.1.5
|
2022-05-20 00:46:14 +03:00
|
|
|
)
|