mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
22 lines
687 B
Modula-2
22 lines
687 B
Modula-2
module github.com/pb33f/libopenapi
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/vmware-labs/yaml-jsonpath v0.3.2
|
|
github.com/wk8/go-ordered-map/v2 v2.1.9-0.20240815153524-6ea36470d1bd
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|