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
44e50797
Commit
44e50797
authored
Oct 28, 2023
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update go mods
parent
7058f0c8
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
77 additions
and
98 deletions
+77
-98
go.mod
go.mod
+25
-26
go.sum
go.sum
+52
-72
No files found.
go.mod
View file @
44e50797
...
@@ -3,15 +3,15 @@ module github.com/usememos/memos
...
@@ -3,15 +3,15 @@ module github.com/usememos/memos
go 1.21
go 1.21
require (
require (
github.com/aws/aws-sdk-go-v2 v1.21.
1
github.com/aws/aws-sdk-go-v2 v1.21.
2
github.com/aws/aws-sdk-go-v2/config v1.1
8.44
github.com/aws/aws-sdk-go-v2/config v1.1
9.1
github.com/aws/aws-sdk-go-v2/credentials v1.13.4
2
github.com/aws/aws-sdk-go-v2/credentials v1.13.4
3
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.
89
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.
92
github.com/aws/aws-sdk-go-v2/service/s3 v1.40.
1
github.com/aws/aws-sdk-go-v2/service/s3 v1.40.
2
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.18.1
github.com/google/cel-go v0.18.1
github.com/google/uuid v1.
3.1
github.com/google/uuid v1.
4.0
github.com/gorilla/feeds v1.1.1
github.com/gorilla/feeds v1.1.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
github.com/improbable-eng/grpc-web v0.15.0
github.com/improbable-eng/grpc-web v0.15.0
...
@@ -30,8 +30,8 @@ require (
...
@@ -30,8 +30,8 @@ require (
golang.org/x/mod v0.13.0
golang.org/x/mod v0.13.0
golang.org/x/net v0.17.0
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.13.0
golang.org/x/oauth2 v0.13.0
google.golang.org/genproto/googleapis/api v0.0.0-202310
09173412-8bfb1ae86b6c
google.golang.org/genproto/googleapis/api v0.0.0-202310
16165738-49dd2c1f3d0b
google.golang.org/grpc v1.5
8.3
google.golang.org/grpc v1.5
9.0
modernc.org/sqlite v1.26.0
modernc.org/sqlite v1.26.0
)
)
...
@@ -50,7 +50,6 @@ require (
...
@@ -50,7 +50,6 @@ require (
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/css v1.0.0 // 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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rs/cors v1.10.1 // indirect
github.com/rs/cors v1.10.1 // indirect
...
@@ -61,38 +60,38 @@ require (
...
@@ -61,38 +60,38 @@ require (
github.com/swaggo/files/v2 v2.0.0 // indirect
github.com/swaggo/files/v2 v2.0.0 // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/genproto v0.0.0-202310
09173412-8bfb1ae86b6c
// indirect
google.golang.org/genproto v0.0.0-202310
16165738-49dd2c1f3d0b
// indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-202310
09173412-8bfb1ae86b6c
// indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-202310
16165738-49dd2c1f3d0b
// indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
modernc.org/cc/v3 v3.41.0 // indirect
modernc.org/cc/v3 v3.41.0 // indirect
modernc.org/ccgo/v3 v3.16.15 // indirect
modernc.org/ccgo/v3 v3.16.15 // indirect
modernc.org/libc v1.2
4.1
// indirect
modernc.org/libc v1.2
8.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/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.
7
// indirect
nhooyr.io/websocket v1.8.
10
// indirect
)
)
require (
require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.14 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.14 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.1
2
// indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.1
3
// indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.4
2
// indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.4
3
// indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3
6
// indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3
7
// indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.4
4
// indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.4
5
// indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.
5
// indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.
6
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.15 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.15 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.3
7
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.3
8
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.3
6
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.3
7
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.
5
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.
6
// indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.15.
1
// indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.15.
2
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.
2
// indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.
3
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.23.
1
// indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.23.
2
// indirect
github.com/aws/smithy-go v1.15.0 // indirect
github.com/aws/smithy-go v1.15.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.
6
.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/v4 v4.5.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
...
@@ -102,7 +101,7 @@ require (
...
@@ -102,7 +101,7 @@ require (
github.com/labstack/gommon v0.4.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/magiconair/properties v1.8.7 // indirect
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.
19
// 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.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.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
...
...
go.sum
View file @
44e50797
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