Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed Mar 2, 2019
1 parent 3ec6070 commit 10126bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/emitter-io/go

go 1.12
2 changes: 1 addition & 1 deletion sample/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

emitter "github.com/emitter-io/go"
emitter "github.com/emitter-io/go/v2"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/emitter-io/go
module github.com/emitter-io/go/v2

require (
github.com/eclipse/paho.mqtt.golang v1.1.1
Expand Down

0 comments on commit 10126bb

Please sign in to comment.