Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Upgrade module replace to use remote branch.
Browse files Browse the repository at this point in the history
  -- this is temporary.
  • Loading branch information
niclic committed Jun 17, 2020
1 parent 6b67888 commit 68664e9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ require (
github.com/michaelklishin/rabbit-hole/v2 v2.2.1-0.20200601180354-b5a90e068691
)

replace github.com/michaelklishin/rabbit-hole/v2 => github.com/niclic/rabbit-hole/v2 v2.1.1-0.20200426194252-fccfa4cf97f4

go 1.13
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ github.com/mitchellh/reflectwalk v1.0.0 h1:9D+8oIskB4VJBN5SFlmc27fSlIBZaov1Wpk/I
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/mitchellh/reflectwalk v1.0.1 h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=
github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/niclic/rabbit-hole/v2 v2.1.0 h1:vpzaTBuwO9MtPN8C+2krmwh4eVg15Rlrmct3DCgWSfs=
github.com/niclic/rabbit-hole/v2 v2.1.0/go.mod h1:2CxUwsJizwcl9DwEdKCkyDI3NQE65y63FWXrbanDaOc=
github.com/niclic/rabbit-hole/v2 v2.1.1-0.20200426194252-fccfa4cf97f4 h1:0JO7WxDrvTgHcrkRqLxF9Y5pdOzAsJvk4QEO1dWwEdY=
github.com/niclic/rabbit-hole/v2 v2.1.1-0.20200426194252-fccfa4cf97f4/go.mod h1:2CxUwsJizwcl9DwEdKCkyDI3NQE65y63FWXrbanDaOc=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/import_federation_upstream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package rabbitmq
import (
"testing"

rabbithole "github.com/michaelklishin/rabbit-hole"
rabbithole "github.com/michaelklishin/rabbit-hole/v2"

"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/resource_federation_upstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"

"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
rabbithole "github.com/michaelklishin/rabbit-hole"
rabbithole "github.com/michaelklishin/rabbit-hole/v2"
)

func resourceFederationUpstream() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/resource_federation_upstream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/terraform"
rabbithole "github.com/michaelklishin/rabbit-hole"
rabbithole "github.com/michaelklishin/rabbit-hole/v2"
)

func TestAccFederationUpstream(t *testing.T) {
Expand Down

0 comments on commit 68664e9

Please sign in to comment.