mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
Tests all passing, runs super fast, pulls in every single DigitalOcean spec and parses it. There may be some issues deeper down in the models, but for now high level tests all pass.
17 lines
374 B
Modula-2
17 lines
374 B
Modula-2
module github.com/pb33f/libopenapi
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/vmware-labs/yaml-jsonpath v0.3.2
|
|
golang.org/x/sync v0.1.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|