Update dependencies, fix footer link.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-14 16:02:16 +05:00
parent 2ec0e28243
commit dcd361de1f
13 changed files with 27 additions and 22 deletions

5
go.mod
View File

@@ -3,9 +3,8 @@ module go.dev.pztrn.name/fastpastebin
go 1.16
require (
github.com/alecthomas/chroma v0.10.0
github.com/alecthomas/chroma/v2 v2.2.0 // indirect
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
github.com/alecthomas/chroma/v2 v2.2.0
github.com/dchest/captcha v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/go-sql-driver/mysql v1.6.0