Skip to content

Commit

Permalink
package, sub-package version changes on Base 0
Browse files Browse the repository at this point in the history
  • Loading branch information
raghu0891 committed Nov 25, 2024
1 parent 4537b40 commit 159e066
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
)
10 changes: 7 additions & 3 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion ops/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 159e066

Please sign in to comment.