Skip to content

Commit c87523a

Browse files
committed
fix: try to update deps
1 parent 20f3f3b commit c87523a

File tree

3 files changed

+12
-39
lines changed

3 files changed

+12
-39
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
OWNER := dnitsch
33
NAME := configmanager
4-
GIT_TAG := "1.17.2"
4+
GIT_TAG := "1.17.3"
55
VERSION := "v$(GIT_TAG)"
66
# VERSION := "$(shell git describe --tags --abbrev=0)"
77
REVISION := $(shell git rev-parse --short HEAD)

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ require (
9090
github.com/aws/aws-sdk-go-v2/service/sts v1.18.0 // indirect
9191
github.com/aws/smithy-go v1.13.5 // indirect
9292
github.com/axw/gocov v1.1.0
93-
github.com/dnitsch/simplelog v1.5.1
9493
github.com/googleapis/gax-go/v2 v2.7.0
9594
github.com/hashicorp/vault/api v1.8.2
9695
github.com/inconshreveable/mousetrap v1.1.0 // indirect

0 commit comments

Comments
 (0)