File tree Expand file tree Collapse file tree 4 files changed +19
-16
lines changed
Expand file tree Collapse file tree 4 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ require (
66 github.com/go-chi/chi v4.1.2+incompatible
77 github.com/go-chi/render v1.0.3
88 github.com/joho/godotenv v1.5.1
9- golang.org/x/text v0.20 .0 // indirect
9+ golang.org/x/text v0.21 .0 // indirect
1010 gorm.io/gorm v1.25.12
1111)
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
3737golang.org/x/sync v0.6.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
3838golang.org/x/sync v0.7.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
3939golang.org/x/sync v0.9.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
40+ golang.org/x/sync v0.10.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
4041golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
4142golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
4243golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
@@ -65,6 +66,8 @@ golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
6566golang.org/x/text v0.15.0 /go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU =
6667golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug =
6768golang.org/x/text v0.20.0 /go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4 =
69+ golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo =
70+ golang.org/x/text v0.21.0 /go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ =
6871golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
6972golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
7073golang.org/x/tools v0.1.12 /go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc =
Original file line number Diff line number Diff line change 1010 "lint" : " eslint . --fix"
1111 },
1212 "dependencies" : {
13- "preact" : " ^10.25.0 "
13+ "preact" : " ^10.25.1 "
1414 },
1515 "devDependencies" : {
1616 "@preact/preset-vite" : " ^2.9.2" ,
1919 "eslint-config-prettier" : " ^9.1.0" ,
2020 "eslint-plugin-prettier" : " ^5.2.1" ,
2121 "eslint-plugin-simple-import-sort" : " ^12.1.1" ,
22- "prettier" : " ^3.4.1 " ,
22+ "prettier" : " ^3.4.2 " ,
2323 "typescript" : " ^5.7.2" ,
24- "vite" : " ^6.0.1 "
24+ "vite" : " ^6.0.3 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments