From 159e06620e447151527684d8dcac63cf8b2ac6bf Mon Sep 17 00:00:00 2001 From: raghu0891 Date: Mon, 25 Nov 2024 19:21:15 +0100 Subject: [PATCH] package, sub-package version changes on Base 0 --- go.mod | 7 +++++-- integration-tests/go.mod | 10 +++++++--- ops/go.mod | 3 ++- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 03dfe7b..bba4495 100644 --- a/go.mod +++ b/go.mod @@ -18,8 +18,10 @@ require ( github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.17.0 github.com/shopspring/decimal v1.3.1 - github.com/goplugin/plugin-common v0.1.7-0.20231205033838-dfac15e672d4 - github.com/goplugin/plugin-libocr v0.0.0-20230925165524-ffa38fe11ef8 + github.com/goplugin/plugin-common v0.0.1 + //github.com/goplugin/plugin-common v0.1.7-0.20231205033838-dfac15e672d4 + github.com/goplugin/plugin-libocr v0.1.1//for plugin update changes + //github.com/goplugin/plugin-libocr v0.0.0-20230925165524-ffa38fe11ef8 github.com/stretchr/testify v1.8.4 github.com/tidwall/gjson v1.16.0 go.uber.org/multierr v1.11.0 @@ -193,4 +195,5 @@ replace ( // until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69 github.com/mwitkow/grpc-proxy => github.com/goplugin/grpc-proxy v0.0.0-20230731113816-f1be6620749f + //github.com/mwitkow/grpc-proxy => github.com/goplugin/grpc-proxy v0.0.0-20230731113816-f1be6620749f ) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 91fa6ac..750b5db 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -8,10 +8,14 @@ require ( github.com/google/uuid v1.4.0 github.com/lib/pq v1.10.9 github.com/rs/zerolog v1.30.0 - github.com/goplugin/plugin-common v0.1.7-0.20231205033838-dfac15e672d4 + github.com/goplugin/plugin-common v0.0.1 + //github.com/goplugin/plugin-common v0.1.7-0.20231205033838-dfac15e672d4 github.com/goplugin/plugin-cosmos v0.4.1-0.20231205042618-bd88172cddd3 - github.com/goplugin/plugin-cosmos/ops v0.0.0-20230615043323-5fe39e28b7ee - github.com/goplugin/plugin-testing-framework v1.20.0 + //github.com/goplugin/plugin-cosmos v0.4.1-0.20231205042618-bd88172cddd3 + github.com/goplugin/plugin-cosmos/ops v0.0.1 //plugin update changes + //github.com/goplugin/plugin-cosmos/ops v0.0.0-20230615043323-5fe39e28b7ee + //github.com/goplugin/plugin-testing-framework v1.20.0 + github.com/goplugin/plugin-testing-framework v0.1.1 github.com/goplugin/pluginv3.0/integration-tests v2.1.1 //github.com/goplugin/pluginv3.0/integration-tests v0.0.0-20231205043820-1cd875f11d60 github.com/goplugin/pluginv3.0/v2 v2.1.1 diff --git a/ops/go.mod b/ops/go.mod index 8963975..3769ece 100644 --- a/ops/go.mod +++ b/ops/go.mod @@ -6,7 +6,8 @@ toolchain go1.21.3 require ( github.com/rs/zerolog v1.30.0 - github.com/goplugin/plugin-testing-framework v1.19.4 + github.com/goplugin/plugin-testing-framework v0.1.1 //plugin update changes + //github.com/goplugin/plugin-testing-framework v1.19.4 ) require (