This commit is contained in:
2
go.mod
2
go.mod
@@ -2,6 +2,6 @@ module deadbeef.codes/steven/siteviewcounter
|
||||
|
||||
go 1.22
|
||||
|
||||
require github.com/go-sql-driver/mysql v1.8.1
|
||||
require github.com/go-sql-driver/mysql v1.9.3
|
||||
|
||||
require filippo.io/edwards25519 v1.1.0 // indirect
|
||||
|
4
go.sum
4
go.sum
@@ -1,4 +1,4 @@
|
||||
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
|
||||
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
|
||||
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
|
||||
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
|
||||
github.com/go-sql-driver/mysql v1.9.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo=
|
||||
github.com/go-sql-driver/mysql v1.9.3/go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU=
|
||||
|
Reference in New Issue
Block a user