Skip to content

Commit

Permalink
Fix Nats import path & update Akira version
Browse files Browse the repository at this point in the history
  • Loading branch information
g3kk0 committed Aug 14, 2018
1 parent 7740c45 commit 0cf1a59
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
14 changes: 3 additions & 11 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 @@ -29,7 +29,7 @@
name = "github.com/ernestio/ernest-config-client"

[[constraint]]
name = "github.com/nats-io/nats"
name = "github.com/nats-io/go-nats"
version = "1.4.0"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"log"
"time"

"github.com/nats-io/nats"
"github.com/nats-io/go-nats"
"github.com/r3labs/broadcast"
)

Expand Down
2 changes: 1 addition & 1 deletion component.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"encoding/json"
"log"

"github.com/nats-io/nats"
"github.com/nats-io/go-nats"
)

// Component : holds component values
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"log"
"net/http"

"github.com/nats-io/nats"
"github.com/nats-io/go-nats"
"github.com/r3labs/broadcast"
)

Expand Down
2 changes: 1 addition & 1 deletion nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package main

import (
"github.com/nats-io/nats"
"github.com/nats-io/go-nats"
"github.com/r3labs/pattern"
)

Expand Down

0 comments on commit 0cf1a59

Please sign in to comment.