diff --git a/examples/go.mod b/examples/go.mod index 7dac00c8b..dd47c2de9 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -7,5 +7,5 @@ replace github.com/seqsense/aws-iot-device-sdk-go/v6 => ../ require ( github.com/at-wat/mqtt-go v0.14.0 github.com/mitchellh/mapstructure v1.4.1 - github.com/seqsense/aws-iot-device-sdk-go/v6 v5.0.0-00010101000000-000000000000 + github.com/seqsense/aws-iot-device-sdk-go/v6 v6.0.0-00010101000000-000000000000 )