From 346d0dd6d432794210d2d8b054a36f162b150764 Mon Sep 17 00:00:00 2001 From: its-a-feature Date: Wed, 28 Aug 2024 13:22:29 -0500 Subject: [PATCH] rolling back docker api change --- Mythic_CLI/src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mythic_CLI/src/go.mod b/Mythic_CLI/src/go.mod index 50ae7112..f0ac0f74 100644 --- a/Mythic_CLI/src/go.mod +++ b/Mythic_CLI/src/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.2 require ( github.com/creack/pty v1.1.23 - github.com/docker/docker v27.2.0+incompatible + github.com/docker/docker v26.0.2+incompatible github.com/rabbitmq/amqp091-go v1.10.0 github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0