Skip to content

Commit

Permalink
Update CLI deps (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish authored Jul 22, 2024
1 parent dfe7cad commit dbbea89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/hnsw/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.3
require (
github.com/akrylysov/pogreb v0.10.2
github.com/danaugrs/go-tsne/tsne v0.0.0-20220306155740-2250969e057f
github.com/fogfish/hnsw v0.0.0-00010101000000-000000000000
github.com/fogfish/hnsw v0.0.3
github.com/go-echarts/go-echarts/v2 v2.4.1
github.com/kshard/atom v0.0.3
github.com/kshard/fvecs v0.0.1
Expand All @@ -27,5 +27,3 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.18.0 // indirect
)

replace github.com/fogfish/hnsw => ../../
2 changes: 2 additions & 0 deletions cmd/hnsw/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ github.com/fogfish/golem/pure v0.10.1 h1:0+cnvdaV9zF+0NN8SZMgR5bgFM6yNfBHU4rynYS
github.com/fogfish/golem/pure v0.10.1/go.mod h1:kLPfgu5uKP0CrwVap7jejisRwV7vo1q8Eyqnc/Z0qyw=
github.com/fogfish/guid/v2 v2.0.4 h1:EZiPlM4UAghqf7DU5/nLEF+iRH7ODe0AiFuYOMRvITQ=
github.com/fogfish/guid/v2 v2.0.4/go.mod h1:KkZ5T4EE3BqWQJFZBPLSHV/tBe23Xq4KvuPfwtNtepU=
github.com/fogfish/hnsw v0.0.3 h1:JXyEWxHlh36CnQSZfmXVZHIIao1puUzFxxAJJKCtsTc=
github.com/fogfish/hnsw v0.0.3/go.mod h1:059/NCIjyVhODyOyWyeBIb/coJ/mPN+u4bTEBNm/GfI=
github.com/fogfish/it v1.0.0 h1:kiwFHZcrkRLUydZoIoY0gTuMfj38trwvLo0YRyIkeG8=
github.com/fogfish/it/v2 v2.0.1 h1:vu3kV2xzYDPHoMHMABxXeu5CoMcTfRc4gkWkzOUkRJY=
github.com/fogfish/it/v2 v2.0.1/go.mod h1:h5FdKaEQT4sUEykiVkB8VV4jX27XabFVeWhoDZaRZtE=
Expand Down

0 comments on commit dbbea89

Please sign in to comment.