Skip to content

Commit

Permalink
alias statuscake package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidharrigan committed Jan 18, 2019
1 parent 9ae26c8 commit de48c71
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
19 changes: 10 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ required = [

[[constraint]]
branch = "report-error-status"
name = "github.com/manifoldco/statuscake"
name = "github.com/DreamItGetIT/statuscake"
source = "github.com/manifoldco/statuscake"

2 changes: 1 addition & 1 deletion internal/provider/statuscake/statuscake.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"

"github.com/manifoldco/statuscake"
"github.com/DreamItGetIT/statuscake"
)

// The StatusCake Client we're using expects us to set this.
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/statuscake/statuscake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/jelmersnoeck/ingress-monitor/apis/ingressmonitor/v1alpha1"

"github.com/manifoldco/statuscake"
"github.com/DreamItGetIT/statuscake"

"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit de48c71

Please sign in to comment.