Skip to content

Commit

Permalink
fixed go.mod package path due to fork
Browse files Browse the repository at this point in the history
Signed-off-by: thomas-tacquet <thomas@tacquet.net>
  • Loading branch information
thomas-tacquet committed Mar 12, 2020
1 parent 4eaf5dc commit 19788dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
@@ -1,9 +1,8 @@
module github.com/thomas-tacquet/paho.mqtt.golang
module github.com/eclipse/paho.mqtt.golang

go 1.14

require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/gorilla/websocket v1.4.1
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
)

0 comments on commit 19788dd

Please sign in to comment.