Update dependencies, fix footer link.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
5
go.mod
5
go.mod
@@ -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
|
||||
|
Reference in New Issue
Block a user