go.mod 268 B

123456789
  1. module github.com/go-openapi/swag
  2. require (
  3. github.com/davecgh/go-spew v1.1.1 // indirect
  4. github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
  5. github.com/pmezard/go-difflib v1.0.0 // indirect
  6. github.com/stretchr/testify v1.2.2
  7. gopkg.in/yaml.v2 v2.2.1
  8. )