增加 snap config

This commit is contained in:
dengsgo
2020-04-22 15:40:09 +08:00
parent d07616bde9
commit 7c6f8f910b
4 changed files with 11 additions and 1 deletions

2
go.mod
View File

@@ -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
)