Compare commits

..

6 commits

Author SHA1 Message Date
b5430b35e5 chore(deps): update module golang.org/x/net to v0.55.0 [security]
Some checks reported errors
continuous-integration/drone/push Build was killed
2026-06-12 04:26:41 +00:00
0c22943553 fix(deps): update dependency sass-loader to v17
Some checks are pending
continuous-integration/drone/push Build is pending
2026-06-12 03:45:27 +00:00
8f1e1bcb70 chore(deps): update module golang.org/x/crypto to v0.52.0 [security]
Some checks are pending
continuous-integration/drone/push Build is pending
2026-06-12 03:44:02 +00:00
a6e8213e53 chore(deps): update dependency prettier-plugin-svelte to v4
Some checks are pending
continuous-integration/drone/push Build is pending
2026-06-12 03:44:01 +00:00
7b01bdcb76 chore(deps): update go toolchain directive to v1.26.4
Some checks are pending
continuous-integration/drone/push Build is pending
2026-06-12 03:44:01 +00:00
be9123c6b5 chore(deps): update alpine docker tag to v3.24
Some checks are pending
continuous-integration/drone/push Build is pending
2026-06-09 21:25:58 +00:00
5 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,7 @@ WORKDIR /go/src/git.nemunai.re/nemunaire/reveil
RUN go get -v && go generate -v && go build -tags pulse -ldflags="-s -w"
FROM alpine:3.23
FROM alpine:3.24
VOLUME /data
WORKDIR /data

View file

@ -1,4 +1,4 @@
FROM alpine:3.23
FROM alpine:3.24
VOLUME /data
WORKDIR /data

4
go.mod
View file

@ -2,7 +2,7 @@ module git.nemunai.re/nemunaire/reveil
go 1.25.0
toolchain go1.26.3
toolchain go1.26.4
require (
github.com/gin-gonic/gin v1.12.0
@ -35,7 +35,7 @@ require (
github.com/ugorji/go/codec v1.3.1 // indirect
go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect
golang.org/x/arch v0.22.0 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect

4
go.sum
View file

@ -86,8 +86,8 @@ go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y=
go.uber.org/mock v0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU=
golang.org/x/arch v0.22.0 h1:c/Zle32i5ttqRXjdLyyHZESLD/bB90DCU1g9l/0YBDI=
golang.org/x/arch v0.22.0/go.mod h1:dNHoOeKiyja7GTvF9NJS1l3Z2yntpQNzgrjh1cU103A=
golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=

View file

@ -24,7 +24,7 @@
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-svelte": "^3.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-svelte": "^4.0.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
@ -35,7 +35,7 @@
"dependencies": {
"dayjs": "^1.11.5",
"sass": "^1.49.7",
"sass-loader": "^16.0.0",
"sass-loader": "^17.0.0",
"@sveltestrap/sveltestrap": "^7.0.0",
"vite": "^7.0.0"
}