Update fsnotify.v1 import path 48/175248/6
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Mon, 26 Mar 2018 10:34:46 +0000 (12:34 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 17 Jul 2018 11:36:38 +0000 (13:36 +0200)
Change-Id: I9f57dca0788d0e8beb64cfca1b36b2f0a357e62b

sw/nanopi/fota/sdcard.go

index 845283b..2d3bbd5 100644 (file)
@@ -22,7 +22,7 @@ import (
        "time"
 
        "git.tizen.org/tools/muxpi/sw/nanopi/stm"
-       fsnotify "gopkg.in/fsnotify.v1"
+       fsnotify "gopkg.in/fsnotify/fsnotify.v1"
 )
 
 const sdcardWaitTimeout = 30 * time.Second