-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NPT-796 Pin Graphql dependency in generated folder (#109)
* debug * graphql pod restart because go mod versions upgraded , even pinned in graphql-gen folder Add go mod edit -require in pin_deps for generated folder , avoids the auto dependency update in gqlgen folder due to generated folder using latest version Co-authored-by: rjanakiraman <[email protected]>
- Loading branch information
1 parent
70402f2
commit ce0417f
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,16 @@ go mod edit -replace github.com/vmware-tanzu/graph-framework-for-microservices/g | |
go mod edit -replace github.com/vmware-tanzu/graph-framework-for-microservices/kube-openapi=${COMPILER_SRC_DIRECTORY}/../kube-openapi | ||
go mod edit -replace github.com/vmware-tanzu/graph-framework-for-microservices/nexus=${COMPILER_SRC_DIRECTORY}/../nexus | ||
go mod edit -require github.com/cespare/xxhash/[email protected] | ||
go mod edit -require github.com/google/[email protected] | ||
go mod edit -require github.com/imdario/[email protected] | ||
go mod edit -require k8s.io/[email protected] | ||
go mod edit -require k8s.io/[email protected] | ||
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require k8s.io/klog/[email protected] | ||
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require google.golang.org/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ go mod edit -require sigs.k8s.io/[email protected] | |
go mod edit -replace github.com/vmware-tanzu/graph-framework-for-microservices/gqlgen=${COMPILER_SRC_DIRECTORY}/../gqlgen | ||
go mod edit -replace github.com/vmware-tanzu/graph-framework-for-microservices/kube-openapi=${COMPILER_SRC_DIRECTORY}/../kube-openapi | ||
go mod edit -replace github.com/vmware-tanzu/graph-framework-for-microservices/nexus=${COMPILER_SRC_DIRECTORY}/../nexus | ||
go mod edit -require github.com/google/[email protected] | ||
go mod edit -require github.com/cespare/xxhash/[email protected] | ||
go mod edit -require github.com/google/[email protected] | ||
go mod edit -require github.com/imdario/[email protected] | ||
go mod edit -require k8s.io/[email protected] | ||
go mod edit -require k8s.io/[email protected] | ||
|
@@ -18,3 +18,4 @@ go mod edit -require golang.org/x/[email protected] | |
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require k8s.io/klog/[email protected] | ||
go mod edit -require golang.org/x/[email protected] | ||
go mod edit -require google.golang.org/[email protected] |