Skip to content

Commit

Permalink
update health version
Browse files Browse the repository at this point in the history
  • Loading branch information
Talento90 committed Mar 13, 2018
1 parent ed7befa commit e1aaa88
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 68 deletions.
75 changes: 12 additions & 63 deletions Gopkg.lock

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

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
name = "github.com/go-openapi/runtime"

[[constraint]]
name = "github.com/talento90/health"
version = "0.1.1"
name = "github.com/talento90/go-health"
version = "0.2.0"

[[metadata.heroku]]
root-package = "github.com/talento90/imgart"
Expand Down
2 changes: 1 addition & 1 deletion cmd/imgartapi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"syscall"
"time"

"github.com/talento90/health"
"github.com/talento90/go-health"
"github.com/talento90/imgart/cache"
"github.com/talento90/imgart/config"
"github.com/talento90/imgart/httpapi"
Expand Down
2 changes: 1 addition & 1 deletion httpapi/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"

"github.com/julienschmidt/httprouter"
"github.com/talento90/health"
"github.com/talento90/go-health"
"github.com/talento90/imgart/errors"
"github.com/talento90/imgart/imgart"
"github.com/talento90/imgart/log"
Expand Down
2 changes: 1 addition & 1 deletion httpapi/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

"github.com/talento90/health"
"github.com/talento90/go-health"
"github.com/talento90/imgart/image"
"github.com/talento90/imgart/log"
"github.com/talento90/imgart/mock"
Expand Down

0 comments on commit e1aaa88

Please sign in to comment.