Skip to content

Commit

Permalink
Fix Build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnukavach committed Oct 31, 2023
1 parent 60a378e commit 3ee3757
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 23 deletions.
1 change: 0 additions & 1 deletion compiler/example/output/generated/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require (
github.com/elliotchance/orderedmap v1.4.0
github.com/sirupsen/logrus v1.8.1
github.com/vmware-tanzu/cartographer v0.3.0
github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-00010101000000-000000000000
k8s.io/apimachinery v0.26.3
k8s.io/client-go v0.26.3
)
Expand Down
7 changes: 4 additions & 3 deletions compiler/example/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ replace github.com/vmware-tanzu/graph-framework-for-microservices/compiler/examp
require (
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.24.2
github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/output/generated v0.0.0-00010101000000-000000000000
k8s.io/apimachinery v0.26.3
)

Expand All @@ -25,7 +26,7 @@ require (
github.com/go-openapi/swag v0.19.14 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
Expand All @@ -47,7 +48,7 @@ require (
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vmware-tanzu/cartographer v0.5.3 // indirect
github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20230522142056-702d34df978e // indirect
github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20230908154608-60c8916a498f // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
golang.org/x/sys v0.13.0 // indirect
Expand All @@ -56,7 +57,7 @@ require (
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 3ee3757

Please sign in to comment.