Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Jan 19, 2024
1 parent 262d4e3 commit c7a4f74
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 @@ -12,8 +12,8 @@ require (
github.com/json-iterator/go v1.1.12
github.com/mitchellh/mapstructure v1.5.0
github.com/pb33f/doctor v0.0.1
github.com/pb33f/libopenapi v0.14.7
github.com/pb33f/libopenapi-validator v0.0.39
github.com/pb33f/libopenapi v0.15.0
github.com/pb33f/libopenapi-validator v0.0.40
github.com/pterm/pterm v0.12.74
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/sourcegraph/conc v0.3.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ 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/doctor v0.0.1 h1:Pz0G6LIyzAOk/2wvFq2eCueB8aGeFK06Q2qA9D+67U4=
github.com/pb33f/doctor v0.0.1/go.mod h1:z5Z/PiideJICcskE7W7LhvwjsfvuvGhmNNabyrZmTlc=
github.com/pb33f/libopenapi v0.14.7 h1:mdgLWsi7My2RcnL5jT9V+Q8xcSaWlAclyjKX1QjBtvo=
github.com/pb33f/libopenapi v0.14.7/go.mod h1:m+4Pwri31UvcnZjuP8M7TlbR906DXJmMvYsbis234xg=
github.com/pb33f/libopenapi-validator v0.0.39 h1:L9DPaCx53iaYCqSzxVy4TxJilQzEunR25oN0bSdt+LQ=
github.com/pb33f/libopenapi-validator v0.0.39/go.mod h1:fPxkgnqzN6eRJHpkU3bRL5EeAr1ikNfFV2UmYtpRQ4k=
github.com/pb33f/libopenapi v0.15.0 h1:AoBYIY3HXqDDF8O9kcudlqWaRFZZJmgtueE649oHzIw=
github.com/pb33f/libopenapi v0.15.0/go.mod h1:m+4Pwri31UvcnZjuP8M7TlbR906DXJmMvYsbis234xg=
github.com/pb33f/libopenapi-validator v0.0.40 h1:oS/kPLnzX0GgtjrQkwsaqN2m/xHiYONWqRQ57gQ2K5U=
github.com/pb33f/libopenapi-validator v0.0.40/go.mod h1:VZ95obL+qvwoe6H2mhPW6NjJ3ip9q6BhP45sZupU7wM=
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/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit c7a4f74

Please sign in to comment.