mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-5585: Set default api id value
This commit is contained in:
parent
e971cb7478
commit
c9dbd71f85
7 changed files with 40 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -43,6 +43,7 @@ require (
|
|||
github.com/golang/snappy v1.0.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gosimple/slug v1.15.0
|
||||
github.com/gosimple/unidecode v1.0.1
|
||||
github.com/grokify/html-strip-tags-go v0.1.0
|
||||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
||||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
||||
|
@ -191,7 +192,6 @@ require (
|
|||
github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
|
||||
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
|
||||
github.com/gorilla/css v1.0.1 // indirect
|
||||
github.com/gosimple/unidecode v1.0.1 // indirect
|
||||
github.com/hashicorp/errwrap v1.1.0 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/holiman/uint256 v1.2.4 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue