Skip to content

Commit

Permalink
bumped dependencies, including fix for #225
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Jan 4, 2023
1 parent c40d0f6 commit 226edbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<p align="center">
<img src="logo.png" alt="vacuum" height="300px"/>
</p>
![logo](logo.png)

# vacuum - The world's fastest OpenAPI & Swagger linter.

![Pipeline](https://github.com/daveshanley/vacuum/workflows/vaccum%20pipeline/badge.svg)
[![codecov](https://codecov.io/gh/daveshanley/vacuum/branch/main/graph/badge.svg?)](https://codecov.io/gh/daveshanley/vacuum)
[![Go Report Card](https://goreportcard.com/badge/github.com/daveshanley/vacuum)](https://goreportcard.com/report/github.com/daveshanley/vacuum)

An **ultra-super-fast**, lightweight OpenAPI linter and quality checking tool, written in golang and inspired by [Spectral](https://github.com/stoplightio/spectral).
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,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.4.10
github.com/pterm/pterm v0.12.50
github.com/pb33f/libopenapi v0.4.11
github.com/pterm/pterm v0.12.51
github.com/santhosh-tekuri/jsonschema/v5 v5.1.1
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ github.com/pb33f/libopenapi v0.4.6 h1:DSgP3ifXouTgTgEAwMIIaH99tCcex4n3z9VuRNvMNv
github.com/pb33f/libopenapi v0.4.6/go.mod h1:UcUNPQcwq4ojgQgthV+zbeUs25lhDlD4bM9Da8n2vdU=
github.com/pb33f/libopenapi v0.4.10 h1:tP1sOW3TVAimr+mzSbgf01QgTCc2oWnLHqE54/fVcaw=
github.com/pb33f/libopenapi v0.4.10/go.mod h1:UcUNPQcwq4ojgQgthV+zbeUs25lhDlD4bM9Da8n2vdU=
github.com/pb33f/libopenapi v0.4.11 h1:Z0CbosqaMDKF/8DBeX1w2kf+uGFmLsSNPImoVWmKNYA=
github.com/pb33f/libopenapi v0.4.11/go.mod h1:UcUNPQcwq4ojgQgthV+zbeUs25lhDlD4bM9Da8n2vdU=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit 226edbd

Please sign in to comment.