From 986ab429b74998bae13d0fc295eaca69a49bd09a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 15 May 2023 22:16:24 +0200 Subject: [PATCH] chore: update to always include root --- .gitignore | 1 + ci/go.mod | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ba2906d..e48091e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ main +ci/ci diff --git a/ci/go.mod b/ci/go.mod index aea0f0b..c173df0 100644 --- a/ci/go.mod +++ b/ci/go.mod @@ -78,3 +78,4 @@ require ( ) replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220414164044-61404de7df1a+incompatible +replace git.front.kjuulh.io/kjuulh/bust => ../