]> go.fuhry.dev Git - fsnotify.git/commitdiff
Add Go modules
authorNathan Youngman <4566+nathany@users.noreply.github.com>
Sat, 5 Oct 2019 23:12:12 +0000 (17:12 -0600)
committerNathan Youngman <4566+nathany@users.noreply.github.com>
Tue, 8 Oct 2019 02:08:56 +0000 (20:08 -0600)
.gitattributes [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..32f1001
--- /dev/null
@@ -0,0 +1 @@
+go.sum linguist-generated
diff --git a/go.mod b/go.mod
new file mode 100644 (file)
index 0000000..ff11e13
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/fsnotify/fsnotify
+
+go 1.13
+
+require golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9
diff --git a/go.sum b/go.sum
new file mode 100644 (file)
index 0000000..f60af98
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,2 @@
+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=