Update deps

git-svn-id: file:///srv/svn/repo/toyohime/trunk@107 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
jonbetti 2020-07-02 03:38:22 +00:00
parent 0d6a16a8d8
commit 62cd7abf7a
2 changed files with 7 additions and 4 deletions

7
go.mod
View File

@ -1,6 +1,5 @@
module go.jonnrb.io/vanity
require (
github.com/fsnotify/fsnotify v1.4.7
golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6 // indirect
)
go 1.14
require github.com/fsnotify/fsnotify v1.4.9

4
go.sum
View File

@ -1,4 +1,8 @@
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6 h1:IcgEB62HYgAhX0Nd/QrVgZlxlcyxbGQHElLUhW2X4Fo=
golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 h1:L2auWcuQIvxz9xSEqzESnV/QN/gNRXNApHi3fYwl2w0=
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=