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
c6162d3f
Commit
c6162d3f
authored
Feb 21, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update dependencies
parent
ce322066
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
413 additions
and
405 deletions
+413
-405
go.mod
go.mod
+31
-34
go.sum
go.sum
+62
-78
package.json
web/package.json
+6
-6
pnpm-lock.yaml
web/pnpm-lock.yaml
+314
-287
No files found.
go.mod
View file @
c6162d3f
...
@@ -3,14 +3,14 @@ module github.com/usememos/memos
...
@@ -3,14 +3,14 @@ module github.com/usememos/memos
go 1.22
go 1.22
require (
require (
github.com/aws/aws-sdk-go-v2 v1.2
4.1
github.com/aws/aws-sdk-go-v2 v1.2
5.0
github.com/aws/aws-sdk-go-v2/config v1.2
6.6
github.com/aws/aws-sdk-go-v2/config v1.2
7.0
github.com/aws/aws-sdk-go-v2/credentials v1.1
6.16
github.com/aws/aws-sdk-go-v2/credentials v1.1
7.0
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.1
5.15
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.1
6.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.
48
.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.
50
.1
github.com/disintegration/imaging v1.6.2
github.com/disintegration/imaging v1.6.2
github.com/go-sql-driver/mysql v1.7.1
github.com/go-sql-driver/mysql v1.7.1
github.com/google/cel-go v0.
19
.0
github.com/google/cel-go v0.
20
.0
github.com/google/uuid v1.6.0
github.com/google/uuid v1.6.0
github.com/gorilla/feeds v1.1.2
github.com/gorilla/feeds v1.1.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
...
@@ -28,13 +28,13 @@ require (
...
@@ -28,13 +28,13 @@ require (
github.com/yourselfhosted/gomark v0.0.0-20240203135813-6f2bb7ded891
github.com/yourselfhosted/gomark v0.0.0-20240203135813-6f2bb7ded891
go.uber.org/zap v1.26.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.19.0
golang.org/x/crypto v0.19.0
golang.org/x/exp v0.0.0-202402
05201215-2c58cdc269a3
golang.org/x/exp v0.0.0-202402
13143201-ec583247a57a
golang.org/x/mod v0.15.0
golang.org/x/mod v0.15.0
golang.org/x/net v0.21.0
golang.org/x/net v0.21.0
golang.org/x/oauth2 v0.1
6
.0
golang.org/x/oauth2 v0.1
7
.0
google.golang.org/genproto/googleapis/api v0.0.0-202402
05150955-31a09d347014
google.golang.org/genproto/googleapis/api v0.0.0-202402
13162025-012b6fc9bca9
google.golang.org/grpc v1.61.
0
google.golang.org/grpc v1.61.
1
modernc.org/sqlite v1.2
8.0
modernc.org/sqlite v1.2
9.1
)
)
require (
require (
...
@@ -49,8 +49,8 @@ require (
...
@@ -49,8 +49,8 @@ require (
github.com/go-openapi/spec v0.20.14 // indirect
github.com/go-openapi/spec v0.20.14 // indirect
github.com/go-openapi/swag v0.22.9 // indirect
github.com/go-openapi/swag v0.22.9 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
...
@@ -60,36 +60,33 @@ require (
...
@@ -60,36 +60,33 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/tools v0.17.0 // indirect
golang.org/x/tools v0.18.0 // indirect
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014 // indirect
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/cc/v3 v3.41.0 // indirect
modernc.org/ccgo/v3 v3.16.15 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
modernc.org/token v1.1.0 // indirect
nhooyr.io/websocket v1.8.10 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)
)
require (
require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.
5.4
// indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.
6.0
// indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1
4.11
// indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1
5.0
// indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.
2.1
0 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.
3.
0 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.
5.1
0 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.
6.
0 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.
7.3
// indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.
8.0
// indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.
2.1
0 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.
3.
0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.1
0.4
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.1
1.0
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.
2.1
0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.
3.
0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1
0.1
0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1
1.
0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.1
6.1
0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.1
7.
0 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.1
8.7
// indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.1
9.0
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.2
1.7
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.2
2.0
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.2
6.7
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.2
7.0
// indirect
github.com/aws/smithy-go v1.
19
.0 // indirect
github.com/aws/smithy-go v1.
20
.0 // 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/fsnotify/fsnotify v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
...
@@ -105,7 +102,7 @@ require (
...
@@ -105,7 +102,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/posthog/posthog-go v0.0.0-2024020
2122501-d793288ce2c9
github.com/posthog/posthog-go v0.0.0-2024020
8111551-abe6962c309e
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
...
...
go.sum
View file @
c6162d3f
This diff is collapsed.
Click to expand it.
web/package.json
View file @
c6162d3f
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
"@emotion/react"
:
"^11.11.3"
,
"@emotion/react"
:
"^11.11.3"
,
"@emotion/styled"
:
"^11.11.0"
,
"@emotion/styled"
:
"^11.11.0"
,
"@matejmazur/react-katex"
:
"^3.1.3"
,
"@matejmazur/react-katex"
:
"^3.1.3"
,
"@mui/joy"
:
"5.0.0-beta.2
6
"
,
"@mui/joy"
:
"5.0.0-beta.2
8
"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
"axios"
:
"^1.6.7"
,
"axios"
:
"^1.6.7"
,
"classnames"
:
"^2.5.1"
,
"classnames"
:
"^2.5.1"
,
...
@@ -29,12 +29,12 @@
...
@@ -29,12 +29,12 @@
"react-hot-toast"
:
"^2.4.1"
,
"react-hot-toast"
:
"^2.4.1"
,
"react-i18next"
:
"^11.18.6"
,
"react-i18next"
:
"^11.18.6"
,
"react-redux"
:
"^8.1.3"
,
"react-redux"
:
"^8.1.3"
,
"react-router-dom"
:
"^6.22.
0
"
,
"react-router-dom"
:
"^6.22.
1
"
,
"react-use"
:
"^17.5.0"
,
"react-use"
:
"^17.5.0"
,
"tailwindcss"
:
"^3.4.1"
,
"tailwindcss"
:
"^3.4.1"
,
"textarea-caret"
:
"^3.1.0"
,
"textarea-caret"
:
"^3.1.0"
,
"uuid"
:
"^9.0.1"
,
"uuid"
:
"^9.0.1"
,
"zustand"
:
"^4.5.
0
"
"zustand"
:
"^4.5.
1
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@bufbuild/buf"
:
"^1.29.0"
,
"@bufbuild/buf"
:
"^1.29.0"
,
...
@@ -43,9 +43,9 @@
...
@@ -43,9 +43,9 @@
"@types/dompurify"
:
"^3.0.5"
,
"@types/dompurify"
:
"^3.0.5"
,
"@types/katex"
:
"^0.16.7"
,
"@types/katex"
:
"^0.16.7"
,
"@types/lodash-es"
:
"^4.17.12"
,
"@types/lodash-es"
:
"^4.17.12"
,
"@types/node"
:
"^20.11.1
6
"
,
"@types/node"
:
"^20.11.1
9
"
,
"@types/qs"
:
"^6.9.11"
,
"@types/qs"
:
"^6.9.11"
,
"@types/react"
:
"^18.2.5
5
"
,
"@types/react"
:
"^18.2.5
7
"
,
"@types/react-dom"
:
"^18.2.19"
,
"@types/react-dom"
:
"^18.2.19"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/uuid"
:
"^9.0.8"
,
"@types/uuid"
:
"^9.0.8"
,
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
"prettier"
:
"^3.2.5"
,
"prettier"
:
"^3.2.5"
,
"protobufjs"
:
"^7.2.6"
,
"protobufjs"
:
"^7.2.6"
,
"typescript"
:
"^5.3.3"
,
"typescript"
:
"^5.3.3"
,
"vite"
:
"^5.
0.12
"
"vite"
:
"^5.
1.4
"
},
},
"resolutions"
:
{
"resolutions"
:
{
"csstype"
:
"3.1.2"
"csstype"
:
"3.1.2"
...
...
web/pnpm-lock.yaml
View file @
c6162d3f
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