Skip to content

Commit

Permalink
chore: upgrade margaret to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
decentral1se committed Nov 1, 2022
1 parent 00b0a4b commit b12f156
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 44 deletions.
11 changes: 1 addition & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ require (
github.com/dgraph-io/sroar v0.0.0-20220527172339-b92b7eaaf6e0
github.com/dustin/go-humanize v1.0.0
github.com/go-kit/kit v0.12.0
github.com/golang/glog v1.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v22.9.29+incompatible // indirect
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/go-multierror v1.1.1
github.com/keks/persist v0.0.0-20210520094901-9bdd97c1fad2
github.com/keks/testops v0.1.0
github.com/klauspost/compress v1.15.11 // indirect
github.com/komkom/toml v0.1.2
github.com/kylelemons/godebug v1.1.0
github.com/libp2p/go-reuseport v0.2.0
Expand All @@ -33,7 +29,6 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/client_model v0.3.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa // indirect
github.com/rs/cors v1.8.2
github.com/shurcooL/go-goon v1.0.0
github.com/ssbc/go-gabbygrove v0.0.0-20221025092911-c274a44c3523
Expand All @@ -44,7 +39,7 @@ require (
github.com/ssbc/go-secretstream v1.2.11-0.20221019175226-fa042d4912fe
github.com/ssbc/go-ssb-multiserver v0.1.5-0.20221019203850-917ae0e23d57
github.com/ssbc/go-ssb-refs v0.5.2-0.20221019090322-8b558c2f31de
github.com/ssbc/margaret v0.4.4-0.20221019210721-22ed48add490
github.com/ssbc/margaret v0.4.4-0.20221101112304-4f5815095ef3
github.com/stretchr/testify v1.8.1
github.com/ugorji/go/codec v1.2.7
github.com/urfave/cli/v2 v2.20.3
Expand All @@ -57,9 +52,5 @@ require (
golang.org/x/text v0.4.0
golang.org/x/tools v0.2.0 // indirect
gonum.org/v1/gonum v0.12.0
modernc.org/fileutil v1.1.1 // indirect
modernc.org/internal v1.0.5 // indirect
modernc.org/kv v1.0.4
modernc.org/lldb v1.0.4 // indirect
modernc.org/sortutil v1.1.1 // indirect
)
Loading

0 comments on commit b12f156

Please sign in to comment.