Skip to content

Commit

Permalink
updated deps and ready to release
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Nov 26, 2023
1 parent 500a65e commit dc39c62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/gizak/termui/v3 v3.1.0
github.com/json-iterator/go v1.1.12
github.com/mitchellh/mapstructure v1.5.0
github.com/pb33f/libopenapi v0.13.13-0.20231126014436-82582c922cdf
github.com/pb33f/libopenapi-validator v0.0.29
github.com/pb33f/libopenapi v0.13.14
github.com/pb33f/libopenapi-validator v0.0.30
github.com/pterm/pterm v0.12.71
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/spf13/cobra v1.8.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw=
github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro=
github.com/pb33f/libopenapi v0.13.13-0.20231126014436-82582c922cdf h1:F2W5/509mxOB1N7MoYJvih+bTfjZgyu/7bMilh2TuRo=
github.com/pb33f/libopenapi v0.13.13-0.20231126014436-82582c922cdf/go.mod h1:Lv2eEtsAtbRFlF8hjH82L8SIGoUNgemMVoKoB6A9THk=
github.com/pb33f/libopenapi-validator v0.0.29 h1:ERJxy5xjDrwC/PpU4PQb9cjmkrLo3RgtZK7iS6JXuVQ=
github.com/pb33f/libopenapi-validator v0.0.29/go.mod h1:WcOnf4o8ZkSJcjGvPNIWPnIra/ADoDbfewsCsWql2W8=
github.com/pb33f/libopenapi v0.13.14 h1:BI21pE/aAehoF+FHizJxyK5FUIUmq2i7/cJ/TkvsRWE=
github.com/pb33f/libopenapi v0.13.14/go.mod h1:Lv2eEtsAtbRFlF8hjH82L8SIGoUNgemMVoKoB6A9THk=
github.com/pb33f/libopenapi-validator v0.0.30 h1:9F9tGPwc+oU/0C17iwii7SvA7OKR2YCAl9NYK5PU1OI=
github.com/pb33f/libopenapi-validator v0.0.30/go.mod h1:1SIXKRAswzxbdOMUa9OyDVt9zMZL2EnkjBrBTuehey4=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit dc39c62

Please sign in to comment.