Skip to content

Commit

Permalink
Bump module version to v4 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Apr 22, 2020
1 parent e6192c9 commit 8502080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/aws/aws-sdk-go/aws/client"

"github.com/at-wat/mqtt-go"
presigner "github.com/seqsense/aws-iot-device-sdk-go/v3/presigner"
presigner "github.com/seqsense/aws-iot-device-sdk-go/v4/presigner"
)

type presignDialer struct {
Expand Down
2 changes: 1 addition & 1 deletion dialer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/client"

"github.com/seqsense/aws-iot-device-sdk-go/v3/presigner"
"github.com/seqsense/aws-iot-device-sdk-go/v4/presigner"
)

type dummyConfigProvider struct{}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/seqsense/aws-iot-device-sdk-go/v3
module github.com/seqsense/aws-iot-device-sdk-go/v4

require (
github.com/at-wat/mqtt-go v0.8.2
Expand Down

0 comments on commit 8502080

Please sign in to comment.