]> go.fuhry.dev Git - fsnotify.git/commitdiff
go.mod: use latest x/sys (#444)
authorKevin Burke <kevin.burke@segment.com>
Sun, 24 Apr 2022 02:56:16 +0000 (19:56 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Apr 2022 02:56:16 +0000 (11:56 +0900)
This version contains several upgrades including a newer version of
glibc and some bug fixes.

go.mod
go.sum

diff --git a/go.mod b/go.mod
index 8d1fc12951d25cb4ce64e6e44d126a5189d7c395..f50ef9483a9c7ce1cc41a3115ef4d28df09eb5cf 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module github.com/fsnotify/fsnotify
 
 go 1.16
 
-require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
+require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
 
 retract v1.5.0
diff --git a/go.sum b/go.sum
index 0f478630ca064b91537b290df9c8d8d15a8399c7..7f2d82d5c1bc8f9ba6dd50162a2b3e441b306e74 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c h1:F1jZWGFhYfh0Ci55sIpILtKKK8p3i2/krTr0H1rg74I=
-golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.0.0-20220412211240-33da011f77ad h1:ntjMns5wyP/fN65tdBD4g8J5w8n015+iIIs9rtjXkY0=
+golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=