Skip to content

Commit

Permalink
Don't use go-openapi/runtime
Browse files Browse the repository at this point in the history
This change finally removes the runtime package from this package's
dependencies.

Signed-off-by: Kazuyoshi Kato <[email protected]>
  • Loading branch information
kzys committed Feb 2, 2022
1 parent 4f0b1e3 commit a4b1454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 149 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
module github.com/go-openapi/loads

require (
github.com/go-openapi/analysis v0.20.1
github.com/go-openapi/analysis v0.21.2
github.com/go-openapi/spec v0.20.4
github.com/go-openapi/strfmt v0.21.0 // indirect
github.com/go-openapi/swag v0.19.15
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

go 1.13
Loading

0 comments on commit a4b1454

Please sign in to comment.