From 722615cd9bae52152d8c083c11bf9dac2333713d Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Tue, 4 Nov 2025 18:22:29 +1000 Subject: [PATCH] chore: go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 81f794e6..3e6b8c41 100644 --- a/go.mod +++ b/go.mod @@ -41,7 +41,6 @@ require ( github.com/lmittmann/tint v1.0.5 github.com/miekg/dns v1.1.65 github.com/mitchellh/mapstructure v1.5.0 - github.com/moby/term v0.5.2 github.com/muesli/termenv v0.16.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.1.1 @@ -272,6 +271,7 @@ require ( github.com/moby/sys/symlink v0.3.0 // indirect github.com/moby/sys/user v0.4.0 // indirect github.com/moby/sys/userns v0.1.0 // indirect + github.com/moby/term v0.5.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/morikuni/aec v1.0.0 // indirect