Compare commits

...

2 commits

Author SHA1 Message Date
8be843966c Neue Veranstaltungen aufgenommen 2023-05-01 07:49:19 +02:00
2ad9170704 Aktualsisiere Abhängigkeiten 2023-05-01 07:48:52 +02:00
3 changed files with 6 additions and 3 deletions

View file

@ -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
View file

@ -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
View file

@ -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=