From d15a3a21624acf25f4f769d1169890a05ae5199d Mon Sep 17 00:00:00 2001 From: Tronje Krop Date: Fri, 6 Feb 2026 19:41:02 +0100 Subject: [PATCH] chore: update deps (#142) Signed-off-by: Tronje Krop --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 92791ea..394a705 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TMPDIR ?= /tmp # Setup default go-make installation flags. INSTALL_FLAGS ?= -mod=readonly -buildvcs=auto # Setup go-make version to use desired build and config scripts. -GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.164 +GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.166 # Request targets from go-make show-targets target. TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \ $(GO) install $(INSTALL_FLAGS) $(GOMAKE_DEP) >&2 && \ diff --git a/go.mod b/go.mod index 4df9224..6033ca3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tkrop/go-testing -go 1.25.5 +go 1.25.7 require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc