Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
d4425a6a
Commit
d4425a6a
authored
Jun 01, 2025
by
Johnny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: upgrade dependencies
parent
e6fe088a
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
664 additions
and
633 deletions
+664
-633
go.mod
go.mod
+33
-37
go.sum
go.sum
+76
-84
package.json
web/package.json
+8
-8
pnpm-lock.yaml
web/pnpm-lock.yaml
+547
-504
No files found.
go.mod
View file @
d4425a6a
...
@@ -4,66 +4,62 @@ go 1.24
...
@@ -4,66 +4,62 @@ go 1.24
require (
require (
github.com/aws/aws-sdk-go-v2 v1.36.3
github.com/aws/aws-sdk-go-v2 v1.36.3
github.com/aws/aws-sdk-go-v2/config v1.29.1
2
github.com/aws/aws-sdk-go-v2/config v1.29.1
4
github.com/aws/aws-sdk-go-v2/credentials v1.17.6
5
github.com/aws/aws-sdk-go-v2/credentials v1.17.6
7
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.7
0
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.7
7
github.com/aws/aws-sdk-go-v2/service/s3 v1.
79
.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.
80
.0
github.com/go-sql-driver/mysql v1.9.
0
github.com/go-sql-driver/mysql v1.9.
2
github.com/google/cel-go v0.2
4.1
github.com/google/cel-go v0.2
5.0
github.com/google/uuid v1.6.0
github.com/google/uuid v1.6.0
github.com/gorilla/feeds v1.2.0
github.com/gorilla/feeds v1.2.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
github.com/improbable-eng/grpc-web v0.15.0
github.com/improbable-eng/grpc-web v0.15.0
github.com/joho/godotenv v1.5.1
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.13.
3
github.com/labstack/echo/v4 v4.13.
4
github.com/lib/pq v1.10.9
github.com/lib/pq v1.10.9
github.com/lithammer/shortuuid/v4 v4.2.0
github.com/lithammer/shortuuid/v4 v4.2.0
github.com/pkg/errors v0.9.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.
19.0
github.com/spf13/viper v1.
20.1
github.com/stretchr/testify v1.10.0
github.com/stretchr/testify v1.10.0
github.com/usememos/gomark v0.0.0-20250328014447-c9fa41c01bc4
github.com/usememos/gomark v0.0.0-20250328014447-c9fa41c01bc4
golang.org/x/crypto v0.3
7
.0
golang.org/x/crypto v0.3
8
.0
golang.org/x/mod v0.24.0
golang.org/x/mod v0.24.0
golang.org/x/net v0.
39
.0
golang.org/x/net v0.
40
.0
golang.org/x/oauth2 v0.
28
.0
golang.org/x/oauth2 v0.
30
.0
google.golang.org/genproto/googleapis/api v0.0.0-20250
303144028-a0af3efb3deb
google.golang.org/genproto/googleapis/api v0.0.0-20250
528174236-200df99c418a
google.golang.org/grpc v1.7
1.1
google.golang.org/grpc v1.7
2.2
modernc.org/sqlite v1.37.
0
modernc.org/sqlite v1.37.
1
)
)
require (
require (
cel.dev/expr v0.2
1.2
// indirect
cel.dev/expr v0.2
4.0
// indirect
filippo.io/edwards25519 v1.1.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/desertbit/timer v1.0.1 // indirect
github.com/desertbit/timer v1.0.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
github.com/magiconair/properties v1.8.9 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/pelletier/go-toml/v2 v2.2.
3
// indirect
github.com/pelletier/go-toml/v2 v2.2.
4
// indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rs/cors v1.11.1 // indirect
github.com/rs/cors v1.11.1 // indirect
github.com/sagikazarmark/locafero v0.7.0 // indirect
github.com/sagikazarmark/locafero v0.9.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.1
2
.0 // indirect
github.com/spf13/afero v1.1
4
.0 // indirect
github.com/spf13/cast v1.
7
.1 // indirect
github.com/spf13/cast v1.
9
.1 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
golang.org/x/image v0.24.0 // indirect
golang.org/x/image v0.27.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
modernc.org/libc v1.65.8 // indirect
modernc.org/libc v1.62.1 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.
9.1
// indirect
modernc.org/memory v1.
11.0
// indirect
nhooyr.io/websocket v1.8.17 // indirect
nhooyr.io/websocket v1.8.17 // indirect
)
)
...
@@ -75,12 +71,12 @@ require (
...
@@ -75,12 +71,12 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.
0
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.
2
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.25.
2
// indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.25.
3
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.
0
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.
1
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1
7
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1
9
// indirect
github.com/aws/smithy-go v1.22.3 // indirect
github.com/aws/smithy-go v1.22.3 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/disintegration/imaging v1.6.2
github.com/disintegration/imaging v1.6.2
...
@@ -94,9 +90,9 @@ require (
...
@@ -94,9 +90,9 @@ require (
github.com/spf13/pflag v1.0.6 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/sys v0.3
2
.0 // indirect
golang.org/x/sys v0.3
3
.0 // indirect
golang.org/x/text v0.2
4
.0 // indirect
golang.org/x/text v0.2
5
.0 // indirect
golang.org/x/time v0.1
0
.0 // indirect
golang.org/x/time v0.1
1
.0 // indirect
google.golang.org/protobuf v1.36.6
google.golang.org/protobuf v1.36.6
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
)
go.sum
View file @
d4425a6a
This diff is collapsed.
Click to expand it.
web/package.json
View file @
d4425a6a
...
@@ -47,14 +47,14 @@
...
@@ -47,14 +47,14 @@
"uuid"
:
"^11.1.0"
"uuid"
:
"^11.1.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@bufbuild/protobuf"
:
"^2.5.
0
"
,
"@bufbuild/protobuf"
:
"^2.5.
1
"
,
"@eslint/js"
:
"^9.2
7
.0"
,
"@eslint/js"
:
"^9.2
8
.0"
,
"@trivago/prettier-plugin-sort-imports"
:
"^5.2.2"
,
"@trivago/prettier-plugin-sort-imports"
:
"^5.2.2"
,
"@types/d3"
:
"^7.4.3"
,
"@types/d3"
:
"^7.4.3"
,
"@types/katex"
:
"^0.16.7"
,
"@types/katex"
:
"^0.16.7"
,
"@types/leaflet"
:
"^1.9.18"
,
"@types/leaflet"
:
"^1.9.18"
,
"@types/lodash-es"
:
"^4.17.12"
,
"@types/lodash-es"
:
"^4.17.12"
,
"@types/node"
:
"^22.15.2
1
"
,
"@types/node"
:
"^22.15.2
9
"
,
"@types/qs"
:
"^6.14.0"
,
"@types/qs"
:
"^6.14.0"
,
"@types/react"
:
"^18.3.23"
,
"@types/react"
:
"^18.3.23"
,
"@types/react-dom"
:
"^18.3.7"
,
"@types/react-dom"
:
"^18.3.7"
,
...
@@ -64,17 +64,17 @@
...
@@ -64,17 +64,17 @@
"@vitejs/plugin-react"
:
"^4.5.0"
,
"@vitejs/plugin-react"
:
"^4.5.0"
,
"autoprefixer"
:
"^10.4.21"
,
"autoprefixer"
:
"^10.4.21"
,
"code-inspector-plugin"
:
"^0.18.3"
,
"code-inspector-plugin"
:
"^0.18.3"
,
"eslint"
:
"^9.2
7
.0"
,
"eslint"
:
"^9.2
8
.0"
,
"eslint-config-prettier"
:
"^10.1.5"
,
"eslint-config-prettier"
:
"^10.1.5"
,
"eslint-plugin-prettier"
:
"^5.4.
0
"
,
"eslint-plugin-prettier"
:
"^5.4.
1
"
,
"eslint-plugin-react"
:
"^7.37.5"
,
"eslint-plugin-react"
:
"^7.37.5"
,
"long"
:
"^5.3.2"
,
"long"
:
"^5.3.2"
,
"nice-grpc-web"
:
"^3.3.7"
,
"nice-grpc-web"
:
"^3.3.7"
,
"postcss"
:
"^8.5.
3
"
,
"postcss"
:
"^8.5.
4
"
,
"prettier"
:
"^3.5.3"
,
"prettier"
:
"^3.5.3"
,
"terser"
:
"^5.
39.2
"
,
"terser"
:
"^5.
40.0
"
,
"typescript"
:
"^5.8.3"
,
"typescript"
:
"^5.8.3"
,
"typescript-eslint"
:
"^8.3
2.1
"
,
"typescript-eslint"
:
"^8.3
3.0
"
,
"vite"
:
"^6.3.5"
"vite"
:
"^6.3.5"
},
},
"pnpm"
:
{
"pnpm"
:
{
...
...
web/pnpm-lock.yaml
View file @
d4425a6a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment