We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f3f3b commit c87523aCopy full SHA for c87523a
Makefile
@@ -1,7 +1,7 @@
1
2
OWNER := dnitsch
3
NAME := configmanager
4
-GIT_TAG := "1.17.2"
+GIT_TAG := "1.17.3"
5
VERSION := "v$(GIT_TAG)"
6
# VERSION := "$(shell git describe --tags --abbrev=0)"
7
REVISION := $(shell git rev-parse --short HEAD)
go.mod
@@ -90,7 +90,6 @@ require (
90
github.com/aws/aws-sdk-go-v2/service/sts v1.18.0 // indirect
91
github.com/aws/smithy-go v1.13.5 // indirect
92
github.com/axw/gocov v1.1.0
93
- github.com/dnitsch/simplelog v1.5.1
94
github.com/googleapis/gax-go/v2 v2.7.0
95
github.com/hashicorp/vault/api v1.8.2
96
github.com/inconshreveable/mousetrap v1.1.0 // indirect
0 commit comments