Skip to content

Commit 496b6d7

Browse files
committed
FIX: Go version and module name.
1 parent 8aeac32 commit 496b6d7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

go.mod

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
module github.com/AgentCosmic/xnotify
1+
module github.com/itohio/xnotify
22

33
require (
44
github.com/fsnotify/fsnotify v1.4.9
55
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
66
gopkg.in/urfave/cli.v1 v1.20.0
77
)
88

9-
go 1.14
9+
require (
10+
github.com/alessio/shellescape v1.4.1 // indirect
11+
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 // indirect
12+
)
13+
14+
go 1.17

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/alessio/shellescape v1.4.1 h1:V7yhSDDn8LP4lc4jS8pFkt0zCnzVJlG5JXy9BVKJUX0=
2+
github.com/alessio/shellescape v1.4.1/go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30=
13
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
24
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
35
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 h1:L2auWcuQIvxz9xSEqzESnV/QN/gNRXNApHi3fYwl2w0=

0 commit comments

Comments
 (0)