We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37843b commit 0c8c1b5Copy full SHA for 0c8c1b5
go.mod
@@ -73,7 +73,7 @@ require (
73
github.com/sourcegraph/go-diff v0.6.1
74
github.com/spf13/cobra v1.2.1
75
github.com/spf13/pflag v1.0.5
76
- github.com/spf13/viper v1.8.1
+ github.com/spf13/viper v1.9.0
77
github.com/ssgreg/nlreturn/v2 v2.2.1
78
github.com/stretchr/testify v1.7.0
79
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b
@@ -84,7 +84,7 @@ require (
84
github.com/ultraware/funlen v0.0.3
85
github.com/ultraware/whitespace v0.0.4
86
github.com/uudashr/gocognit v1.0.5
87
- github.com/valyala/quicktemplate v1.6.3
+ github.com/valyala/quicktemplate v1.7.0
88
github.com/yeya24/promlinter v0.1.0
89
golang.org/x/tools v0.1.5
90
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
0 commit comments