File tree Expand file tree Collapse file tree 3 files changed +1320
-347
lines changed Expand file tree Collapse file tree 3 files changed +1320
-347
lines changed Original file line number Diff line number Diff line change 1
- ARG ALPINEVERSION="3.20 "
1
+ ARG ALPINEVERSION="3.21 "
2
2
ARG GOVERSION="1.23"
3
3
4
4
FROM node:current-alpine${ALPINEVERSION} as web
Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ module github.com/TUM-Dev/meldeplattform
2
2
3
3
go 1.22
4
4
5
- toolchain go1.22.0
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/crewjam/saml v0.4.14
9
9
github.com/gin-gonic/gin v1.10.0
10
10
github.com/glebarez/sqlite v1.11.0
11
- github.com/golang-jwt/jwt/v4 v4.5.0
11
+ github.com/golang-jwt/jwt/v4 v4.5.1
12
12
github.com/google/uuid v1.6.0
13
13
github.com/microcosm-cc/bluemonday v1.0.27
14
14
github.com/russross/blackfriday/v2 v2.1.0
15
15
gopkg.in/yaml.v3 v3.0.1
16
- gorm.io/gorm v1.25.11
16
+ gorm.io/gorm v1.25.12
17
17
)
18
18
19
19
require (
You can’t perform that action at this time.
0 commit comments