From b49aa6f25c26cf9413de0b660cd45f73b55d0b64 Mon Sep 17 00:00:00 2001 From: frikky Date: Mon, 4 Oct 2021 22:25:33 +0200 Subject: [PATCH] Fixed compose issues for latest --- backend/go-app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index 42a809d8..c4085944 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -23,7 +23,7 @@ require ( github.com/docker/go-units v0.4.0 // indirect github.com/elastic/go-elasticsearch/v7 v7.13.1 // indirect github.com/frikky/kin-openapi v0.39.0 - github.com/frikky/shuffle-shared v0.1.2 + github.com/frikky/shuffle-shared v0.1.3 github.com/fsouza/go-dockerclient v1.7.2 github.com/ghodss/yaml v1.0.0 github.com/go-git/go-billy/v5 v5.0.0