Replies: 1 comment 1 reply
-
go get -u github.com/getkin/kin-openapi@v0.123.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the official demo:
panic:
github.com/projectdiscovery/interactsh/pkg/server/acme
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.0/pkg/server/acme/acme_certbot.go:39:3: unknown field DNSProvider in struct literal of type certmagic.DNS01Solver
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.0/pkg/server/acme/acme_certbot.go:40:3: unknown field Resolvers in struct literal of type certmagic.DNS01Solver
github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/v3@v3.2.9/pkg/input/formats/openapi/examples.go:178:22: invalid operation: schema.Type == "boolean" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/v3@v3.2.9/pkg/input/formats/openapi/examples.go:180:22: invalid operation: schema.Type == "number" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/v3@v3.2.9/pkg/input/formats/openapi/examples.go:180:47: invalid operation: schema.Type == "integer" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/v3@v3.2.9/pkg/input/formats/openapi/examples.go:211:21: invalid operation: schema.Type == "integer" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/v3@v3.2.9/pkg/input/formats/openapi/examples.go:215:22: invalid operation: schema.Type == "string" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/v3@v3.2.9/pkg/input/formats/openapi/examples.go:229:22: invalid operation: schema.Type == "array" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/v3@v3.2.9/pkg/input/formats/openapi/examples.go:245:22: invalid operation: schema.Type == "object" (mismatched types *openapi3.Types and untyped string)
FAIL catScanWeb/cmd/mainapp [build failed]
how to fix it
Beta Was this translation helpful? Give feedback.
All reactions