Compare commits
2 commits
6765bc20d7
...
8be843966c
Author | SHA1 | Date | |
---|---|---|---|
8be843966c | |||
2ad9170704 |
3 changed files with 6 additions and 3 deletions
|
@ -16,6 +16,7 @@ INSERT INTO `course` (name) VALUES
|
|||
('Analysis II'),
|
||||
('Aussagen- und Prädikatenlogik'),
|
||||
('Automaten, Formale Sprachen und Entscheidbarkeit'),
|
||||
('Banach- und C*-Algebren'),
|
||||
('Classical and Non-Classical Model Theory'),
|
||||
('Complex Analysis'),
|
||||
('Darstellende Geometrie'),
|
||||
|
@ -48,6 +49,7 @@ INSERT INTO `course` (name) VALUES
|
|||
('Lineare Algebra I'),
|
||||
('Linear Algebra II (engl.)'),
|
||||
('Lineare Algebra II'),
|
||||
('Logics of Knowledge and Information'),
|
||||
('Manifolds'),
|
||||
('Mathe für Chemiker'),
|
||||
('Mathe I für Informatik'),
|
||||
|
@ -77,6 +79,7 @@ INSERT INTO `course` (name) VALUES
|
|||
('Probability Theory'),
|
||||
('Riemannsche Flächen'),
|
||||
('Schadenversicherungsmathematik'),
|
||||
('Sobolev Spaces'),
|
||||
('Spieltheorie'),
|
||||
('Statistik I für Humanwissenschaftler'),
|
||||
('Statistik I für WI'),
|
||||
|
|
2
go.mod
2
go.mod
|
@ -4,4 +4,4 @@ go 1.18
|
|||
|
||||
require github.com/mattn/go-sqlite3 v1.14.16
|
||||
|
||||
require github.com/go-sql-driver/mysql v1.7.0
|
||||
require github.com/go-sql-driver/mysql v1.7.1
|
||||
|
|
4
go.sum
4
go.sum
|
@ -1,4 +1,4 @@
|
|||
github.com/go-sql-driver/mysql v1.7.0 h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=
|
||||
github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
|
||||
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=
|
||||
github.com/mattn/go-sqlite3 v1.14.16 h1:yOQRA0RpS5PFz/oikGwBEqvAWhWg5ufRz4ETLjwpU1Y=
|
||||
github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
|
||||
|
|
Loading…
Reference in a new issue