update go module
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-06-10 12:28:00 -06:00
parent ef7d5411af
commit 022327d539
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@ -1,5 +1,5 @@
module deadbeef.codes/steven/siteviewcounter
go 1.16
go 1.20
require github.com/go-sql-driver/mysql v1.5.0
require github.com/go-sql-driver/mysql v1.7.1

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=