From 9d402757dd9c19316945df7aad309b40ca97b027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:46:21 +0000 Subject: [PATCH] fix(deps): update module github.com/dougsland/jenkinsctl/jenkins to v0.0.1 --- tibuild/gojenkins/cli/jenkinsctl/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibuild/gojenkins/cli/jenkinsctl/go.mod b/tibuild/gojenkins/cli/jenkinsctl/go.mod index e3dc474..c01ba7e 100644 --- a/tibuild/gojenkins/cli/jenkinsctl/go.mod +++ b/tibuild/gojenkins/cli/jenkinsctl/go.mod @@ -4,6 +4,6 @@ go 1.16 require ( github.com/dougsland/jenkinsctl v0.0.1 - github.com/dougsland/jenkinsctl/jenkins v0.0.0-20210621005337-52c1961b55c4 + github.com/dougsland/jenkinsctl/jenkins v0.0.1 github.com/spf13/cobra v1.8.0 )