Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jairad26 committed Oct 8, 2024
1 parent 0287d7f commit 7c9db3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/go/examples/vectors/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ go 1.23.0

require github.com/hypermodeinc/modus/sdk/go v0.0.0

require golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect

replace github.com/hypermodeinc/modus/sdk/go => ../../
2 changes: 2 additions & 0 deletions sdk/go/examples/vectors/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 h1:1wqE9dj9NpSm04INVsJhhEUzhuDVjbcyKH91sVyPATw=
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6/go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8=

0 comments on commit 7c9db3e

Please sign in to comment.