Skip to content

Commit

Permalink
chore: update dfs
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Oct 12, 2023
1 parent 3cd825c commit 7768919
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/davecgh/go-spew v1.1.1
github.com/fairdatasociety/fairOS-dfs v0.9.7-0.20230914112028-78104356552e
github.com/fairdatasociety/fairOS-dfs v0.9.7-0.20231012050302-75bf7d3284da
github.com/go-openapi/errors v0.20.3
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/runtime v0.24.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ github.com/ethersphere/bee v1.17.3 h1:f1YmN+IFpgfdqPgBTNOwCk//XeCz2ze2CKAmgCmA+W
github.com/ethersphere/bee v1.17.3/go.mod h1:CSAz9XYUHZMOBDH4e6ybjv/E1o7bK4vhYMbmgHND8nA=
github.com/ethersphere/bmt v0.1.4 h1:+rkWYNtMgDx6bkNqGdWu+U9DgGI1rRZplpSW3YhBr1Q=
github.com/ethersphere/bmt v0.1.4/go.mod h1:Yd8ft1U69WDuHevZc/rwPxUv1rzPSMpMnS6xbU53aY8=
github.com/fairdatasociety/fairOS-dfs v0.9.7-0.20230914112028-78104356552e h1:d0LK+rAKpDvXZFSB0JG/DPPJ+st0g8cgJ7SkocEre48=
github.com/fairdatasociety/fairOS-dfs v0.9.7-0.20230914112028-78104356552e/go.mod h1:EVlAdeNtPvJCTemUDbMOwfWlVdTJftE2kxKNbj33unY=
github.com/fairdatasociety/fairOS-dfs v0.9.7-0.20231012050302-75bf7d3284da h1:pkG0DOYwnJvi4rFheGsrAj+Pp2uZWn8mG/dG6jUVP5o=
github.com/fairdatasociety/fairOS-dfs v0.9.7-0.20231012050302-75bf7d3284da/go.mod h1:EVlAdeNtPvJCTemUDbMOwfWlVdTJftE2kxKNbj33unY=
github.com/fairdatasociety/fairOS-dfs-utils v0.0.0-20221230123929-aec4ed8b854d h1:4QgyFcv+J02YdPZ92oiCjjQ8QtGl/UbLTAypKb+WfZc=
github.com/fairdatasociety/fairOS-dfs-utils v0.0.0-20221230123929-aec4ed8b854d/go.mod h1:f4lfxKoK1n4S+2II4lyVmuvWISAMThqH+uc/XL62tzU=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
Expand Down
2 changes: 1 addition & 1 deletion pkg/document/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func (c *Client) AddDocuments(collection string, propertiesToIndex []string, doc

err = c.api.DocPut(c.sessionId, c.pod, namespacedCollection, data)
if err != nil {
c.logger.Errorf("DocPut failed :%s, %+v\n", err.Error(), doc.Properties)
c.logger.Errorf("DocPut failed :%s, %+v\n", err.Error())
return err
}
fmt.Println("added document", indexId)
Expand Down

0 comments on commit 7768919

Please sign in to comment.