File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 connectrpc.com/connect v1.18.1
88 connectrpc.com/cors v0.1.0
99 github.com/creack/pty v1.1.23
10- github.com/e2b-dev/fsnotify v0.0.0-20241216145137-2fe5d32bcb51
10+ github.com/e2b-dev/fsnotify v0.0.1
1111 github.com/e2b-dev/infra/packages/shared v0.0.0
1212 github.com/go-chi/chi/v5 v5.2.2
1313 github.com/google/uuid v1.6.0
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ github.com/dchest/uniuri v1.2.0/go.mod h1:fSzm4SLHzNZvWLvWJew423PhAzkpNQYq+uNLq4
2323github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 /go.mod h1:9HQzr9D/0PGwMEbC3d5AB7oi67+h4TsQqItC1GVYG58 =
2424github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 h1:PRxIJD8XjimM5aTknUK9w6DHLDox2r2M3DI4i2pnd3w =
2525github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 /go.mod h1:ttYvX5qlB+mlV1okblJqcSMtR4c52UKxDiX9GRBS8+Q =
26- github.com/e2b-dev/fsnotify v0.0.0-20241216145137-2fe5d32bcb51 h1:eo4W23CTT43LdwJ5i+CCYZrsu/c4BkK7JGG5ozrwNuA =
27- github.com/e2b-dev/fsnotify v0.0.0-20241216145137-2fe5d32bcb51 /go.mod h1:49MToyZ6q0q2rwa5A77Gdh9p3gqmoID22vEJeAYyNDs =
26+ github.com/e2b-dev/fsnotify v0.0.1 h1:7j0I98HD6VehAuK/bcslvW4QDynAULtOuMZtImihjVk =
27+ github.com/e2b-dev/fsnotify v0.0.1 /go.mod h1:jAuDjregRrUixKneTRQwPI847nNuPFg3+n5QM/ku/JM =
2828github.com/ebitengine/purego v0.8.4 h1:CF7LEKg5FFOsASUj0+QwaXf8Ht6TlFxg09+S9wz0omw =
2929github.com/ebitengine/purego v0.8.4 /go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ =
3030github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const (
3838)
3939
4040var (
41- Version = "0.2.8 "
41+ Version = "0.2.9 "
4242
4343 commitSHA string
4444
You can’t perform that action at this time.
0 commit comments