mirror of https://github.com/usememos/memos.git
chore: go mod tidy
This commit is contained in:
parent
0a429a899f
commit
49332851d4
2
go.mod
2
go.mod
|
|
@ -25,7 +25,6 @@ require (
|
|||
github.com/stretchr/testify v1.10.0
|
||||
github.com/usememos/gomark v0.0.0-20240928134159-9aca881d9121
|
||||
golang.org/x/crypto v0.32.0
|
||||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
|
||||
golang.org/x/mod v0.22.0
|
||||
golang.org/x/net v0.34.0
|
||||
golang.org/x/oauth2 v0.23.0
|
||||
|
|
@ -59,6 +58,7 @@ require (
|
|||
github.com/stoewer/go-strcase v1.3.0 // indirect
|
||||
github.com/subosito/gotenv v1.6.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
||||
golang.org/x/image v0.21.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
|
|
|
|||
Loading…
Reference in New Issue