Skip to content

Commit

Permalink
Merge pull request #43 from kzys/no-runtime
Browse files Browse the repository at this point in the history
Don't use go-openapi/runtime
  • Loading branch information
youyuanwu committed Feb 2, 2022
2 parents 4f0b1e3 + a4b1454 commit c2c80cd
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 c2c80cd

Please sign in to comment.