Skip to content

Commit 794f00c

Browse files
build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#3205)
1 parent 213fb56 commit 794f00c

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/sourcegraph/go-diff v0.6.1
9090
github.com/spf13/cobra v1.5.0
9191
github.com/spf13/pflag v1.0.5
92-
github.com/spf13/viper v1.12.0
92+
github.com/spf13/viper v1.13.0
9393
github.com/ssgreg/nlreturn/v2 v2.2.1
9494
github.com/stbenjam/no-sprintf-host-port v0.1.1
9595
github.com/stretchr/testify v1.8.0
@@ -149,7 +149,7 @@ require (
149149
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
150150
github.com/olekukonko/tablewriter v0.0.5 // indirect
151151
github.com/pelletier/go-toml v1.9.5 // indirect
152-
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
152+
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
153153
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
154154
github.com/pmezard/go-difflib v1.0.0 // indirect
155155
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
@@ -166,7 +166,7 @@ require (
166166
github.com/spf13/cast v1.5.0 // indirect
167167
github.com/spf13/jwalterweatherman v1.1.0 // indirect
168168
github.com/stretchr/objx v0.4.0 // indirect
169-
github.com/subosito/gotenv v1.4.0 // indirect
169+
github.com/subosito/gotenv v1.4.1 // indirect
170170
github.com/tklauser/go-sysconf v0.3.10 // indirect
171171
github.com/tklauser/numcpus v0.4.0 // indirect
172172
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -181,7 +181,7 @@ require (
181181
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
182182
golang.org/x/text v0.3.7 // indirect
183183
google.golang.org/protobuf v1.28.0 // indirect
184-
gopkg.in/ini.v1 v1.66.6 // indirect
184+
gopkg.in/ini.v1 v1.67.0 // indirect
185185
gopkg.in/yaml.v2 v2.4.0 // indirect
186186
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
187187
)

go.sum

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)