refactor: remove dead storm code
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M go.mod → go.mod
@@ -7,7 +7,6 @@ alin.ovh/gomponents v1.6.0 alin.ovh/x v1.0.0 github.com/Southclaws/fault v0.8.2 github.com/andybalholm/brotli v1.1.1 - github.com/asdine/storm/v3 v3.2.1 github.com/bcicen/jstream v1.0.1 github.com/blevesearch/bleve/v2 v2.5.2 github.com/blevesearch/bleve_index_api v1.2.8@@ -24,7 +23,6 @@ github.com/pelletier/go-toml/v2 v2.2.4 github.com/stefanfritsch/goldmark-fences v1.0.0 github.com/stoewer/go-strcase v1.3.0 github.com/yuin/goldmark v1.7.12 - go.etcd.io/bbolt v1.4.2 go.uber.org/zap v1.27.0 golang.org/x/net v0.41.0 golang.org/x/term v0.34.0@@ -64,6 +62,7 @@ github.com/pkg/errors v0.9.1 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/sykesm/zap-logfmt v0.0.4 // indirect github.com/thessem/zap-prettyconsole v0.5.2 // indirect + go.etcd.io/bbolt v1.4.2 // indirect go.uber.org/multierr v1.11.0 // indirect golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect golang.org/x/sys v0.35.0 // indirect