File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- module github.com/AgentCosmic /xnotify
1+ module github.com/itohio /xnotify
22
33require (
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
Original file line number Diff line number Diff line change 1+ github.com/alessio/shellescape v1.4.1 h1:V7yhSDDn8LP4lc4jS8pFkt0zCnzVJlG5JXy9BVKJUX0 =
2+ github.com/alessio/shellescape v1.4.1 /go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30 =
13github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4 =
24github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
35golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 h1:L2auWcuQIvxz9xSEqzESnV/QN/gNRXNApHi3fYwl2w0 =
You can’t perform that action at this time.
0 commit comments