|
5 | 5 | require ( |
6 | 6 | github.com/fatih/color v1.16.0 |
7 | 7 | github.com/go-chi/chi/v5 v5.0.11 |
| 8 | + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
8 | 9 | github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6 |
9 | 10 | github.com/onsi/ginkgo/v2 v2.13.0 |
10 | 11 | github.com/onsi/gomega v1.29.0 |
@@ -33,13 +34,13 @@ require ( |
33 | 34 | github.com/google/btree v1.0.1 // indirect |
34 | 35 | github.com/google/gnostic-models v0.6.8 // indirect |
35 | 36 | github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect |
36 | | - github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
37 | 37 | github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect |
38 | 38 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
39 | 39 | github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
40 | 40 | github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect |
41 | 41 | github.com/mattn/go-colorable v0.1.13 // indirect |
42 | 42 | github.com/mattn/go-isatty v0.0.20 // indirect |
| 43 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
43 | 44 | github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect |
44 | 45 | github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
45 | 46 | github.com/morikuni/aec v1.0.0 // indirect |
@@ -70,7 +71,7 @@ require ( |
70 | 71 | github.com/cespare/xxhash/v2 v2.2.0 // indirect |
71 | 72 | github.com/creack/pty v1.1.21 |
72 | 73 | github.com/davecgh/go-spew v1.1.1 // indirect |
73 | | - github.com/docker/docker v25.0.6+incompatible |
| 74 | + github.com/docker/docker v28.0.0+incompatible |
74 | 75 | github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
75 | 76 | github.com/evanphx/json-patch/v5 v5.6.0 // indirect |
76 | 77 | github.com/fsnotify/fsnotify v1.6.0 // indirect |
|
0 commit comments