Dependency updates
This commit is contained in:
parent
51ce1e896a
commit
9b211a0dd3
2 changed files with 10 additions and 6 deletions
6
go.mod
6
go.mod
|
@ -2,6 +2,8 @@ module officeHours
|
|||
|
||||
go 1.18
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.19
|
||||
require github.com/mattn/go-sqlite3 v1.14.22
|
||||
|
||||
require github.com/go-sql-driver/mysql v1.7.1
|
||||
require github.com/go-sql-driver/mysql v1.8.1
|
||||
|
||||
require filippo.io/edwards25519 v1.1.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue