...

Text file src/github.com/go-openapi/spec/go.mod

Documentation: github.com/go-openapi/spec

     1module github.com/go-openapi/spec
     2
     3require (
     4	github.com/go-openapi/jsonpointer v0.21.0
     5	github.com/go-openapi/jsonreference v0.21.0
     6	github.com/go-openapi/swag v0.23.0
     7	github.com/stretchr/testify v1.9.0
     8	gopkg.in/yaml.v3 v3.0.1
     9)
    10
    11require (
    12	github.com/davecgh/go-spew v1.1.1 // indirect
    13	github.com/josharian/intern v1.0.0 // indirect
    14	github.com/mailru/easyjson v0.7.7 // indirect
    15	github.com/pmezard/go-difflib v1.0.0 // indirect
    16)
    17
    18go 1.20

View as plain text