File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "context"
55 "time"
66
7- "github.com/fsnotify /fsnotify"
7+ "github.com/aperturerobotics /fsnotify"
88 "github.com/pkg/errors"
99)
1010
Original file line number Diff line number Diff line change @@ -2,19 +2,16 @@ module github.com/aperturerobotics/util
22
33go 1.25
44
5- require (
6- github.com/aperturerobotics/common v0.32.0 // master
7- github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
8- )
9-
105require (
116 github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 // indirect
7+ github.com/aperturerobotics/common v0.32.0 // master
8+ github.com/aperturerobotics/fsnotify v1.9.1-0.20260329111252-827e5e9feeab // master
129 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
1310 github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // indirect
11+ github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
1412)
1513
1614require (
17- github.com/fsnotify/fsnotify v1.9.0
1815 github.com/pkg/errors v0.9.1
1916 github.com/sirupsen/logrus v1.9.5-0.20260227125846-00992ca6ba06
2017 golang.org/x/sys v0.41.0
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 h1:3U7
22github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 /go.mod h1:lNSJTKECIUFAnfeSqy01kXYTYe1BHubW7198jNX3nEw =
33github.com/aperturerobotics/common v0.32.0 h1:wKKKUMGs8HZC2exPGVNtj81zqW687mf/rhSbme45CFs =
44github.com/aperturerobotics/common v0.32.0 /go.mod h1:m46OxaMDdhPjsWBSdIwkPPCmuFVMuJiRc8/DvC0wStM =
5+ github.com/aperturerobotics/fsnotify v1.9.1-0.20260329111252-827e5e9feeab h1:QFauzuS4QNsVPYh/PRbfGzaIoW18eBlUsLdYf9jPjOg =
6+ github.com/aperturerobotics/fsnotify v1.9.1-0.20260329111252-827e5e9feeab /go.mod h1:+DWSr6dA/jMpVPJVw5uQ7MXAli8s0hch7cuMZV5fyWk =
57github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs =
68github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 /go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo =
79github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg =
@@ -10,8 +12,6 @@ github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5
1012github.com/aperturerobotics/protobuf-go-lite v0.12.2 /go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8 =
1113github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1214github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
13- github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k =
14- github.com/fsnotify/fsnotify v1.9.0 /go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0 =
1515github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
1616github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
1717github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
You can’t perform that action at this time.
0 commit comments