There was an error while loading. Please reload this page.
1 parent 32cd647 commit 8af7749Copy full SHA for 8af7749
1 file changed
go.mod
@@ -33,7 +33,6 @@ require (
33
github.com/moby/go-archive v0.1.0
34
github.com/moby/patternmatcher v0.6.0
35
github.com/moby/sys/atomicwriter v0.1.0
36
- github.com/moby/term v0.5.2
37
github.com/morikuni/aec v1.1.0
38
github.com/opencontainers/go-digest v1.0.0
39
github.com/opencontainers/image-spec v1.1.1
@@ -112,6 +111,7 @@ require (
112
111
github.com/moby/sys/symlink v0.3.0 // indirect
113
github.com/moby/sys/user v0.4.0 // indirect
114
github.com/moby/sys/userns v0.1.0 // indirect
+ github.com/moby/term v0.5.2 // indirect
115
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
116
github.com/otiai10/mint v1.6.3 // indirect
117
github.com/pelletier/go-toml v1.9.5 // indirect
0 commit comments