diff --git a/sdk/go/examples/vectors/go.mod b/sdk/go/examples/vectors/go.mod index b78b9cf2..315cc5b1 100644 --- a/sdk/go/examples/vectors/go.mod +++ b/sdk/go/examples/vectors/go.mod @@ -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 => ../../ diff --git a/sdk/go/examples/vectors/go.sum b/sdk/go/examples/vectors/go.sum new file mode 100644 index 00000000..5f214fbe --- /dev/null +++ b/sdk/go/examples/vectors/go.sum @@ -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=