File tree Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Examples:
41
41
},
42
42
},
43
43
Handler : func (inv * serpent.Invocation ) error {
44
- return jailcli .Run (config , inv .Args )
44
+ return jailcli .Run (inv . Context (), config , inv .Args )
45
45
},
46
46
}
47
47
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -479,6 +479,7 @@ require (
479
479
github.com/brianvoe/gofakeit/v7 v7.5.1
480
480
github.com/coder/agentapi-sdk-go v0.0.0-20250505131810-560d1d88d225
481
481
github.com/coder/aisdk-go v0.0.9
482
+ github.com/coder/jail v1.0.1-0.20250911203532-70677f27857e
482
483
github.com/coder/preview v1.0.4
483
484
github.com/fsnotify/fsnotify v1.9.0
484
485
github.com/go-git/go-git/v5 v5.16.2
@@ -510,7 +511,6 @@ require (
510
511
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
511
512
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
512
513
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
513
- github.com/coder/jail v1.0.0 // indirect
514
514
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da // indirect
515
515
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
516
516
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
Original file line number Diff line number Diff line change @@ -924,6 +924,8 @@ github.com/coder/guts v1.5.0 h1:a94apf7xMf5jDdg1bIHzncbRiTn3+BvBZgrFSDbUnyI=
924
924
github.com/coder/guts v1.5.0 /go.mod h1:0Sbv5Kp83u1Nl7MIQiV2zmacJ3o02I341bkWkjWXSUQ =
925
925
github.com/coder/jail v1.0.0 h1:HM8Bo5RlBbXeGJ4YIvNI/c0M9P9jE3h6gkWKxkPOTIo =
926
926
github.com/coder/jail v1.0.0 /go.mod h1:nWzW7Mlw6ucIIfxBVUaMrV4uwcBJ0vUId6xkm5lZ7j0 =
927
+ github.com/coder/jail v1.0.1-0.20250911203532-70677f27857e h1:hvqfdtxBJL3FavB0pb0H3JXmj8uFGRCxreHd5HyztdM =
928
+ github.com/coder/jail v1.0.1-0.20250911203532-70677f27857e /go.mod h1:JrRS7QEvzNFLPjUcgVs9IjewlJmk4Ia9c4CatZfl0A8 =
927
929
github.com/coder/pq v1.10.5-0.20250807075151-6ad9b0a25151 h1:YAxwg3lraGNRwoQ18H7R7n+wsCqNve7Brdvj0F1rDnU =
928
930
github.com/coder/pq v1.10.5-0.20250807075151-6ad9b0a25151 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
929
931
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
You can’t perform that action at this time.
0 commit comments