Skip to content

Commit ba1bada

Browse files
committed
Fix build error
1 parent 89dd473 commit ba1bada

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ require (
3636
github.com/imdario/mergo v0.3.13 // indirect
3737
github.com/josharian/intern v1.0.0 // indirect
3838
github.com/json-iterator/go v1.1.12 // indirect
39-
github.com/kr/pretty v0.3.0 // indirect
40-
github.com/kr/text v0.2.0 // indirect
4139
github.com/magiconair/properties v1.8.6 // indirect
4240
github.com/mailru/easyjson v0.7.7 // indirect
4341
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -47,11 +45,9 @@ require (
4745
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4846
github.com/pelletier/go-toml v1.9.5 // indirect
4947
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
50-
github.com/rogpeppe/go-internal v1.6.1 // indirect
5148
github.com/spf13/afero v1.8.2 // indirect
5249
github.com/spf13/cast v1.5.0 // indirect
5350
github.com/spf13/jwalterweatherman v1.1.0 // indirect
54-
github.com/stretchr/objx v0.1.0 // indirect
5551
github.com/subosito/gotenv v1.4.0 // indirect
5652
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
5753
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
490490
github.com/spf13/viper v1.12.0 h1:CZ7eSOd3kZoaYDLbXnmzgQI5RlciuXBMA+18HwHRfZQ=
491491
github.com/spf13/viper v1.12.0/go.mod h1:b6COn30jlNxbm/V2IqWiNWkJ+vZNiMNksliPCiuKtSI=
492492
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
493-
github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=
494493
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
495494
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
496495
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=

0 commit comments

Comments
 (0)