Skip to content

Commit

Permalink
bumped 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 12, 2024
1 parent 17f3af3 commit 61b63de
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.5
github.com/pb33f/libopenapi-validator v0.0.37
github.com/pb33f/libopenapi v0.14.6
github.com/pb33f/libopenapi-validator v0.0.39
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.5 h1:BOwqHe99CWQWDAkbJEY2joWiJ8+jqKBC065wqYrFXBs=
github.com/pb33f/libopenapi v0.14.5/go.mod h1:m+4Pwri31UvcnZjuP8M7TlbR906DXJmMvYsbis234xg=
github.com/pb33f/libopenapi-validator v0.0.37 h1:nD6c010yxaFs3hJC+I5esAXf0VE6QLV1iTGkpCXz7W4=
github.com/pb33f/libopenapi-validator v0.0.37/go.mod h1:nWO4jDe3dJwRskfEl2SAtV9LlCJ5ClCB+OBw2E7splo=
github.com/pb33f/libopenapi v0.14.6 h1:4WCPV3MAjR0YlZwhCpfXyVKXtqUjhofF5qcufV/l7R4=
github.com/pb33f/libopenapi v0.14.6/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/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 61b63de

Please sign in to comment.