File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ require (
5555 github.com/moby/term v0.5.2 // indirect
5656 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5757 github.com/modern-go/reflect2 v1.0.2 // indirect
58- github.com/morikuni/aec v1.0 .0 // indirect
58+ github.com/morikuni/aec v1.1 .0 // indirect
5959 github.com/opencontainers/go-digest v1.0.0 // indirect
6060 github.com/opencontainers/runtime-spec v1.3.0 // indirect
6161 github.com/opencontainers/selinux v1.13.1 // indirect
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
153153github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
154154github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M =
155155github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
156- github.com/morikuni/aec v1.0 .0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A =
157- github.com/morikuni/aec v1.0 .0 /go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc =
156+ github.com/morikuni/aec v1.1 .0 h1:vBBl0pUnvi/Je71dsRrhMBtreIqNMYErSAbEeb8jrXQ =
157+ github.com/morikuni/aec v1.1 .0 /go.mod h1:xDRgiq/iw5l+zkao76YTKzKttOp2cwPEne25HDkJnBw =
158158github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
159159github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
160160github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ github.com/modern-go/concurrent
323323# github.com/modern-go/reflect2 v1.0.2
324324## explicit; go 1.12
325325github.com/modern-go/reflect2
326- # github.com/morikuni/aec v1.0 .0
327- ## explicit
326+ # github.com/morikuni/aec v1.1 .0
327+ ## explicit; go 1.21
328328github.com/morikuni/aec
329329# github.com/opencontainers/go-digest v1.0.0
330330## explicit; go 1.13
You can’t perform that action at this time.
0 commit comments