Updates
Lösche unnötige Bootstrapdaten
This commit is contained in:
parent
30f5497aa5
commit
f89d6cc2bc
9 changed files with 17 additions and 18 deletions
2
go.mod
2
go.mod
|
@ -2,7 +2,7 @@ module officeHours
|
|||
|
||||
go 1.18
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.22
|
||||
require github.com/mattn/go-sqlite3 v1.14.24
|
||||
|
||||
require github.com/go-sql-driver/mysql v1.8.1
|
||||
|
||||
|
|
2
go.sum
2
go.sum
|
@ -4,3 +4,5 @@ github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpv
|
|||
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
|
||||
github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=
|
||||
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
||||
github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM=
|
||||
github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
||||
|
|
|
@ -1 +1 @@
|
|||
bootstrap-5.2.3-dist
|
||||
bootstrap-5.3.3-dist
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
static/bootstrap-5.3.3-dist/css/bootstrap.min.css
vendored
Normal file
6
static/bootstrap-5.3.3-dist/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
static/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js
vendored
Normal file
7
static/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue