Skip to content

Commit

Permalink
Fix paho/go.mod (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Dec 24, 2019
1 parent e7534c3 commit 1f811b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
global:
- GO111MODULE=on

before_install:
- (! grep require paho/go.mod)
- (! grep replace paho/go.mod) # don't add require/replace to paho/go.mod

install:
- go mod download
- go build ./...
Expand Down
7 changes: 0 additions & 7 deletions paho/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
module github.com/at-wat/mqtt-go/paho

go 1.12

require (
github.com/at-wat/mqtt-go v0.4.2
github.com/eclipse/paho.mqtt.golang v1.2.0
)

replace github.com/at-wat/mqtt-go => ../

0 comments on commit 1f811b8

Please sign in to comment.