- update github.com/Azure/go-ansiterm to v0.0.0-20250102033503-faa5f7b0171c
to fix OSC string terminator parsing.
- add security policy
- update github actions and test against go1.22, go1.23
full diff: https://github.com/moby/term/compare/v0.5.0...v0.5.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -78,7 +78,7 @@ require ( |
| 78 | 78 |
github.com/moby/sys/symlink v0.3.0 |
| 79 | 79 |
github.com/moby/sys/user v0.3.0 |
| 80 | 80 |
github.com/moby/sys/userns v0.1.0 |
| 81 |
- github.com/moby/term v0.5.0 |
|
| 81 |
+ github.com/moby/term v0.5.2 |
|
| 82 | 82 |
github.com/morikuni/aec v1.0.0 |
| 83 | 83 |
github.com/opencontainers/go-digest v1.0.0 |
| 84 | 84 |
github.com/opencontainers/image-spec v1.1.0 |
| ... | ... |
@@ -394,8 +394,8 @@ github.com/moby/sys/user v0.3.0 h1:9ni5DlcW5an3SvRSx4MouotOygvzaXbaSrc/wGDFWPo= |
| 394 | 394 |
github.com/moby/sys/user v0.3.0/go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs= |
| 395 | 395 |
github.com/moby/sys/userns v0.1.0 h1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g= |
| 396 | 396 |
github.com/moby/sys/userns v0.1.0/go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28= |
| 397 |
-github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0= |
|
| 398 |
-github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y= |
|
| 397 |
+github.com/moby/term v0.5.2 h1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ= |
|
| 398 |
+github.com/moby/term v0.5.2/go.mod h1:d3djjFCrjnB+fl8NJux+EJzu0msscUP+f8it8hPkFLc= |
|
| 399 | 399 |
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= |
| 400 | 400 |
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= |
| 401 | 401 |
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= |
| ... | ... |
@@ -972,7 +972,7 @@ github.com/moby/sys/user |
| 972 | 972 |
# github.com/moby/sys/userns v0.1.0 |
| 973 | 973 |
## explicit; go 1.21 |
| 974 | 974 |
github.com/moby/sys/userns |
| 975 |
-# github.com/moby/term v0.5.0 |
|
| 975 |
+# github.com/moby/term v0.5.2 |
|
| 976 | 976 |
## explicit; go 1.18 |
| 977 | 977 |
github.com/moby/term |
| 978 | 978 |
github.com/moby/term/windows |