Skip to content

Commit

Permalink
fix go get (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ze authored Sep 12, 2017
1 parent a6921bf commit 747c2d5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
22 changes: 14 additions & 8 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
name = "github.com/boltdb/bolt"

[[dependencies]]
name = "github.com/ccirello/supervisor"
name = "github.com/ucirello/supervisor"
version = "^0.5.3"

[[dependencies]]
Expand Down
2 changes: 1 addition & 1 deletion api/runner/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"path/filepath"
"time"

"github.com/docker/docker/cli/config/configfile"
"github.com/moby/moby/cli/config/configfile"
docker "github.com/fsouza/go-dockerclient"
"github.com/iron-io/functions/api/runner/task"
"github.com/iron-io/runner/drivers"
Expand Down
2 changes: 1 addition & 1 deletion api/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"sync"

"github.com/Sirupsen/logrus"
"github.com/ccirello/supervisor"
"github.com/ucirello/supervisor"
"github.com/gin-gonic/gin"
"github.com/iron-io/functions/api"
"github.com/iron-io/functions/api/datastore"
Expand Down

0 comments on commit 747c2d5

Please sign in to comment.