Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Feb 28, 2024
1 parent f4ce3f1 commit edf7341
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ignite/services/plugin/template/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.21

require (
github.com/hashicorp/go-plugin v1.6.0
github.com/ignite/cli/v29 v29.0.0
// on main after https://github.com/ignite/cli/pull/3945 is merged we should add
//replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main
github.com/ignite/cli/v28 v28.2.0
github.com/stretchr/testify v1.8.4
)

replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main
)

0 comments on commit edf7341

Please sign in to comment.