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 authored 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.