File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- module github.com/babashka/pod-fswatcher
1+ module github.com/babashka/pod-babashka- fswatcher
22
33go 1.15
44
Original file line number Diff line number Diff line change 11github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4 =
22github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
3- github.com/go-fsnotify/fsnotify v0.0.0-20180321022601-755488143dae h1:PeVNzgTRtWGm6fVic5i21t+n5ptPGCZuMcSPVMyTWjs =
43github.com/jackpal/bencode-go v1.0.0 h1:lzbSPPqqSfWQnqVNe/BBY1NXdDpncArxShL10+fmFus =
54github.com/jackpal/bencode-go v1.0.0 /go.mod h1:5FSBQ74yhCl5oQ+QxRPYzWMONFnxbL68/23eezsBI5c =
6- golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 h1:L2auWcuQIvxz9xSEqzESnV/QN/gNRXNApHi3fYwl2w0 =
75golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
86golang.org/x/sys v0.0.0-20201223074533-0d417f636930 h1:vRgIt+nup/B/BwIS0g2oC0haq0iqbV3ZA+u6+0TlNCo =
97golang.org/x/sys v0.0.0-20201223074533-0d417f636930 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "github.com/babashka/pod-fswatcher/babashka"
5- "github.com/babashka/pod-fswatcher/watcher"
4+ "github.com/babashka/pod-babashka- fswatcher/babashka"
5+ "github.com/babashka/pod-babashka- fswatcher/watcher"
66)
77
88func main () {
Original file line number Diff line number Diff line change 88 "strings"
99 "time"
1010
11- "github.com/babashka/pod-fswatcher/babashka"
11+ "github.com/babashka/pod-babashka- fswatcher/babashka"
1212 "github.com/fsnotify/fsnotify"
1313)
1414
You can’t perform that action at this time.
0 commit comments