Skip to content

Commit

Permalink
chore: run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Aug 23, 2024
1 parent 202a02c commit a73b632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ require (
github.com/samber/lo v1.46.0
github.com/samber/oops v1.12.1
github.com/sethvargo/go-retry v0.2.4
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/timberio/go-datemath v0.1.0
github.com/xeipuuv/gojsonschema v1.2.0
Expand Down Expand Up @@ -180,7 +181,6 @@ require (
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
Expand Down

0 comments on commit a73b632

Please sign in to comment.