From 1eff1c3ca8cd43ca1823b989e9aa96503d0d94f2 Mon Sep 17 00:00:00 2001 From: Tronje Krop Date: Mon, 23 Sep 2024 10:08:04 +0200 Subject: [PATCH] chore: update deps (#10) Signed-off-by: Tronje Krop --- Makefile | 2 +- README.md | 1 - go.mod | 2 +- go.sum | 2 ++ 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e823f0d..5f69b7c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ export GOPATH ?= $(shell $(GO) env GOPATH) export GOBIN ?= $(GOPATH)/bin # Setup go-make version to use desired build and config scripts. -GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.98 +GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.99 INSTALL_FLAGS ?= -mod=readonly -buildvcs=auto # Request targets from go-make targets target. TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \ diff --git a/README.md b/README.md index 7e1a86c..c033ee0 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ The [`go-config`][go-config] framework supports to set up a [logrus][logrus] ```go logger := config.SetupLogger(log.New()) - logger := config.Log.Setup(log.New()) ``` diff --git a/go.mod b/go.mod index 1bd80f4..17bece0 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/sirupsen/logrus v1.9.3 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 - github.com/tkrop/go-testing v0.0.16 + github.com/tkrop/go-testing v0.0.19 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/go.sum b/go.sum index ffa92e7..81bdb81 100644 --- a/go.sum +++ b/go.sum @@ -51,6 +51,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/tkrop/go-testing v0.0.16 h1:PkFe3T70BHvkDGEitXwNDiFa8PGgluaOCVKP2jQZjxA= github.com/tkrop/go-testing v0.0.16/go.mod h1:6K65wzWs3dJbZm/oAnQld5fs34WdldSMc7k8ue1LRoI= +github.com/tkrop/go-testing v0.0.19 h1:3wTJX0TepvkhEC5pz6bSrfZxCqiJDkh3ofJO41hhBus= +github.com/tkrop/go-testing v0.0.19/go.mod h1:BFsOhvdwOvNKO8nqAEEMAYEeim3nXjvOzREs6lobJ/8= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=