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
97cfab17
Commit
97cfab17
authored
Apr 10, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: upgrade dependencies
parent
eb251a09
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
453 additions
and
439 deletions
+453
-439
go.mod
go.mod
+45
-47
go.sum
go.sum
+109
-115
package.json
web/package.json
+9
-9
pnpm-lock.yaml
web/pnpm-lock.yaml
+290
-268
No files found.
go.mod
View file @
97cfab17
...
@@ -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
5.0
github.com/aws/aws-sdk-go-v2 v1.2
6.1
github.com/aws/aws-sdk-go-v2/config v1.27.
0
github.com/aws/aws-sdk-go-v2/config v1.27.
11
github.com/aws/aws-sdk-go-v2/credentials v1.17.
0
github.com/aws/aws-sdk-go-v2/credentials v1.17.
11
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.
2
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.
15
github.com/aws/aws-sdk-go-v2/service/s3 v1.5
0
.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.5
3
.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.
8
.1
github.com/google/cel-go v0.20.
0
github.com/google/cel-go v0.20.
1
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
...
@@ -22,28 +22,29 @@ require (
...
@@ -22,28 +22,29 @@ require (
github.com/pkg/errors v0.9.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.
8.4
github.com/stretchr/testify v1.
9.0
github.com/swaggo/swag v1.16.3
github.com/swaggo/swag v1.16.3
github.com/yourselfhosted/gomark v0.0.0-20240228170507-6a73bfad2eb6
github.com/yourselfhosted/gomark v0.0.0-20240228170507-6a73bfad2eb6
golang.org/x/crypto v0.
19
.0
golang.org/x/crypto v0.
22
.0
golang.org/x/mod v0.1
5
.0
golang.org/x/mod v0.1
7
.0
golang.org/x/net v0.2
1
.0
golang.org/x/net v0.2
4
.0
golang.org/x/oauth2 v0.1
7
.0
golang.org/x/oauth2 v0.1
9
.0
google.golang.org/genproto/googleapis/api v0.0.0-20240
213162025-012b6fc9bca9
google.golang.org/genproto/googleapis/api v0.0.0-20240
401170217-c3f982113cda
google.golang.org/grpc v1.6
1.1
google.golang.org/grpc v1.6
3.2
modernc.org/sqlite v1.29.
1
modernc.org/sqlite v1.29.
6
)
)
require (
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/cenkalti/backoff/v4 v4.
2.1
// indirect
github.com/cenkalti/backoff/v4 v4.
3.0
// indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-openapi/jsonpointer v0.2
0.2
// indirect
github.com/go-openapi/jsonpointer v0.2
1.0
// indirect
github.com/go-openapi/jsonreference v0.2
0.4
// indirect
github.com/go-openapi/jsonreference v0.2
1.0
// indirect
github.com/go-openapi/spec v0.2
0.14
// indirect
github.com/go-openapi/spec v0.2
1.0
// indirect
github.com/go-openapi/swag v0.2
2.9
// indirect
github.com/go-openapi/swag v0.2
3.0
// indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // 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/mailru/easyjson v0.7.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
...
@@ -54,40 +55,38 @@ require (
...
@@ -54,40 +55,38 @@ require (
github.com/sagikazarmark/slog-shim v0.1.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/stoewer/go-strcase v1.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/exp v0.0.0-20240
213143201-ec583247a57a
// indirect
golang.org/x/exp v0.0.0-20240
409090435-93d18d7e34b8
// indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/tools v0.18.0 // indirect
golang.org/x/tools v0.20.0 // indirect
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.49.3 // 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.
8.0
// 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.1
0
// indirect
nhooyr.io/websocket v1.8.1
1
// indirect
)
)
require (
require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.
0
// indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.
2
// indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1
5.0
// indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1
6.1
// indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.
0
// indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.
5
// indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.
0
// indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.
5
// indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.
0
// indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.
5
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.
0
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.
2
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.
0
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.
7
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.
0
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.
7
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.
0
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.
5
// indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.
19.0
// indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.
20.5
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.2
2.0
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.2
3.4
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.2
7.0
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.2
8.6
// indirect
github.com/aws/smithy-go v1.20.
0
// indirect
github.com/aws/smithy-go v1.20.
2
// 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
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
...
@@ -96,7 +95,7 @@ require (
...
@@ -96,7 +95,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
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.
2.0
// 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/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
...
@@ -105,11 +104,10 @@ require (
...
@@ -105,11 +104,10 @@ require (
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
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.1
7
.0 // indirect
golang.org/x/sys v0.1
9
.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0
google.golang.org/protobuf v1.32.0
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
)
go.sum
View file @
97cfab17
This diff is collapsed.
Click to expand it.
web/package.json
View file @
97cfab17
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@emotion/react"
:
"^11.11.4"
,
"@emotion/react"
:
"^11.11.4"
,
"@emotion/styled"
:
"^11.11.
0
"
,
"@emotion/styled"
:
"^11.11.
5
"
,
"@github/relative-time-element"
:
"^4.
3.1
"
,
"@github/relative-time-element"
:
"^4.
4.0
"
,
"@matejmazur/react-katex"
:
"^3.1.3"
,
"@matejmazur/react-katex"
:
"^3.1.3"
,
"@mui/joy"
:
"5.0.0-beta.32"
,
"@mui/joy"
:
"5.0.0-beta.32"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
...
@@ -31,22 +31,22 @@
...
@@ -31,22 +31,22 @@
"react-redux"
:
"^8.1.3"
,
"react-redux"
:
"^8.1.3"
,
"react-router-dom"
:
"^6.22.3"
,
"react-router-dom"
:
"^6.22.3"
,
"react-use"
:
"^17.5.0"
,
"react-use"
:
"^17.5.0"
,
"tailwindcss"
:
"^3.4.
1
"
,
"tailwindcss"
:
"^3.4.
3
"
,
"textarea-caret"
:
"^3.1.0"
,
"textarea-caret"
:
"^3.1.0"
,
"uuid"
:
"^9.0.1"
,
"uuid"
:
"^9.0.1"
,
"zustand"
:
"^4.5.2"
"zustand"
:
"^4.5.2"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@bufbuild/buf"
:
"^1.30.
0
"
,
"@bufbuild/buf"
:
"^1.30.
1
"
,
"@trivago/prettier-plugin-sort-imports"
:
"^4.3.0"
,
"@trivago/prettier-plugin-sort-imports"
:
"^4.3.0"
,
"@types/d3"
:
"^7.4.3"
,
"@types/d3"
:
"^7.4.3"
,
"@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.1
1.30
"
,
"@types/node"
:
"^20.1
2.7
"
,
"@types/qs"
:
"^6.9.14"
,
"@types/qs"
:
"^6.9.14"
,
"@types/react"
:
"^18.2.7
1
"
,
"@types/react"
:
"^18.2.7
5
"
,
"@types/react-dom"
:
"^18.2.2
2
"
,
"@types/react-dom"
:
"^18.2.2
4
"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/uuid"
:
"^9.0.8"
,
"@types/uuid"
:
"^9.0.8"
,
"@typescript-eslint/eslint-plugin"
:
"^6.21.0"
,
"@typescript-eslint/eslint-plugin"
:
"^6.21.0"
,
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
"postcss"
:
"^8.4.38"
,
"postcss"
:
"^8.4.38"
,
"prettier"
:
"^3.2.5"
,
"prettier"
:
"^3.2.5"
,
"protobufjs"
:
"^7.2.6"
,
"protobufjs"
:
"^7.2.6"
,
"typescript"
:
"^5.4.
3
"
,
"typescript"
:
"^5.4.
5
"
,
"vite"
:
"^5.2.
6
"
"vite"
:
"^5.2.
8
"
}
}
}
}
web/pnpm-lock.yaml
View file @
97cfab17
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