diff --git a/go.mod b/go.mod index 0adf32d..6c49f8c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module fileboy go 1.13 require ( - golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect + golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect gopkg.in/fsnotify/fsnotify.v1 v1.4.7 gopkg.in/yaml.v2 v2.2.8 ) diff --git a/go.sum b/go.sum index b14e21d..8574856 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 h1:uYVVQ9WP/Ds2ROhcaGPeIdVq0RIXVLwsHlnvJ+cT1So= golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b h1:h03Ur1RlPrGTjua4koYdpGl8W0eYo8p1uI9w7RPlkdk= +golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/fsnotify/fsnotify.v1 v1.4.7 h1:XNNYLJHt73EyYiCZi6+xjupS9CpvmiDgjPTAjrBlQbo= gopkg.in/fsnotify/fsnotify.v1 v1.4.7/go.mod h1:Fyux9zXlo4rWoMSIzpn9fDAYjalPqJ/K1qJ27s+7ltE= diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 0000000..54e71e3 Binary files /dev/null and b/resources/icon.png differ diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 0000000..b596d17 --- /dev/null +++ b/snapcraft.yaml @@ -0,0 +1,8 @@ +name: fileboy +vendor: dengsgo, https://github.com/dengsgo, +summary: File Change Monitoring Notification Tools. +description: File Change Monitoring Notification Tools. Please Visit https://github.com/dengsgo/fileboy +version: 1.15 +icon: resources/icon.png +base: core18 +grade: stable