github.com/bazelbuild/bazel-watcher@v0.25.2/go.mod (about)

     1  module github.com/bazelbuild/bazel-watcher
     2  
     3  require (
     4  	github.com/bazelbuild/rules_go v0.39.0
     5  	github.com/fsnotify/fsevents v0.1.1
     6  	github.com/fsnotify/fsnotify v1.6.0
     7  	github.com/golang/protobuf v1.5.3
     8  	github.com/google/go-cmp v0.5.9
     9  	github.com/gorilla/websocket v1.5.0
    10  	github.com/jaschaephraim/lrserver v0.0.0-20171129202958-50d19f603f71
    11  	github.com/mattn/go-shellwords v1.0.12
    12  	github.com/smartystreets/goconvey v1.7.2 // indirect
    13  	gopkg.in/fsnotify.v1 v1.4.7 // indirect
    14  )
    15  
    16  require (
    17  	golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
    18  	google.golang.org/protobuf v1.28.0 // indirect
    19  )
    20  
    21  go 1.19