Skip to content

Commit

Permalink
chore: use replace
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Dec 17, 2024
1 parent b8e1d00 commit 10cdb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions demo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,5 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
rogchap.com/v8go v0.9.0 // indirect
)

replace github.com/wundergraph/cosmo/router => ../router
2 changes: 0 additions & 2 deletions demo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ github.com/wundergraph/astjson v0.0.0-20241210135722-15ca0ac078f8 h1:D0Pw/sly2S9
github.com/wundergraph/astjson v0.0.0-20241210135722-15ca0ac078f8/go.mod h1:eOTL6acwctsN4F3b7YE+eE2t8zcJ/doLm9sZzsxxxrE=
github.com/wundergraph/cosmo/composition-go v0.0.0-20240124120900-5effe48a4a1d h1:NEUrhuqOaTO1dpW8pz2tu6dKbQAqFvgiF/m4NXdzZm0=
github.com/wundergraph/cosmo/composition-go v0.0.0-20240124120900-5effe48a4a1d/go.mod h1:9I3gPMAlAY+m1/cFL20iN7XHTyuZd3VT5ijccdU/FsI=
github.com/wundergraph/cosmo/router v0.0.0-20241213115435-a249dba8c52a h1:dhNZCLh7cUOLfoqe462DxDULzJ5ZPnmVyaO4ZQGCcs8=
github.com/wundergraph/cosmo/router v0.0.0-20241213115435-a249dba8c52a/go.mod h1:yLV/ZwXljDd2Pc9VYlKyIFArMZGxEf0vvHx855rHfYg=
github.com/wundergraph/cosmo/router-tests v0.0.0-20241213115435-a249dba8c52a h1:GVLe85f5g+G0IOorDBBNTfm5Ua9DO0vuVY7ReSTOEbQ=
github.com/wundergraph/cosmo/router-tests v0.0.0-20241213115435-a249dba8c52a/go.mod h1:I+SFviFnd3BHlPmYn+ckmzQyDB9+/c8RZJo4t6VQAds=
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.136 h1:DrQIzB1uO7W85Nf04h3HCPlKrE+D+bs1fR4LvxCQLgE=
Expand Down

0 comments on commit 10cdb3b

Please sign in to comment.