Skip to content

Commit

Permalink
Update go-ssb to d6db27d
Browse files Browse the repository at this point in the history
I contributed some performance improvements which should speed up
replication.
  • Loading branch information
boreq committed Mar 8, 2023
1 parent 1cb6a70 commit feecc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/ssbc/go-luigi v0.3.7-0.20230119190114-bd28e676fa99
github.com/ssbc/go-netwrap v0.1.5-0.20221019160355-cd323bb2e29d
github.com/ssbc/go-secretstream v1.2.11-0.20221111164233-4b41f899f844
github.com/ssbc/go-ssb v0.2.2-0.20230212123438-2cdd828cd8c8
github.com/ssbc/go-ssb v0.2.2-0.20230308230318-d6db27d1852d
github.com/ssbc/go-ssb-refs v0.5.2
github.com/ssbc/margaret v0.4.4-0.20230125145533-1439efe21dc4
github.com/stretchr/testify v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ github.com/ssbc/go-netwrap v0.1.5-0.20221019160355-cd323bb2e29d/go.mod h1:tsE1qe
github.com/ssbc/go-secretstream v1.2.11-0.20221019175226-fa042d4912fe/go.mod h1:imXhXNa5OfEL+qrGtOs6NZ9zJe6L3P+ZwFVC2mIgH0E=
github.com/ssbc/go-secretstream v1.2.11-0.20221111164233-4b41f899f844 h1:r1uKQOpTliDf9BCMbRfCeynZ87Y+XMs/DBZqZzB596Y=
github.com/ssbc/go-secretstream v1.2.11-0.20221111164233-4b41f899f844/go.mod h1:imXhXNa5OfEL+qrGtOs6NZ9zJe6L3P+ZwFVC2mIgH0E=
github.com/ssbc/go-ssb v0.2.2-0.20230212123438-2cdd828cd8c8 h1:p1Nwim4mUOrsY/iXlu2m/Ctk0p6GjHJNg4WUqIygEjY=
github.com/ssbc/go-ssb v0.2.2-0.20230212123438-2cdd828cd8c8/go.mod h1:kBucAtyavzNPi81r37zkYSa569sOvvO2nwvzMUexG3w=
github.com/ssbc/go-ssb v0.2.2-0.20230308230318-d6db27d1852d h1:3jzEBxJe5nqHhaIlM984T52YPsRwbNrwuXpkQsllAtQ=
github.com/ssbc/go-ssb v0.2.2-0.20230308230318-d6db27d1852d/go.mod h1:tKx4OFBqFpNCxYUZagBnfqVfLhYtzUM1vJVR3tUkLnw=
github.com/ssbc/go-ssb-multiserver v0.1.5-0.20221019203850-917ae0e23d57 h1:wfIu3HcI8HGLSbJFo35eKMjFBMhHhXJsYGTAOVhpNkQ=
github.com/ssbc/go-ssb-multiserver v0.1.5-0.20221019203850-917ae0e23d57/go.mod h1:LMJaMYVJxtYKTj8A0t8+iM+K2/SuYSvp14urj9sHLa8=
github.com/ssbc/go-ssb-refs v0.5.2-0.20221017100922-8e95413c6580/go.mod h1:rUj40X7iiUWFt62aF4NVm3uNnKiPZ9Uo/ds4D4ZE980=
Expand Down

0 comments on commit feecc36

Please sign in to comment.