You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're encountering a runtime panic when running go-swagger-merger with version v0.3.0. The same input files and setup were working correctly with the older commit version:
v0.0.0-20220614083330-a4837be9dd7c.
Error Trace:
panic: invalid character '\n' in string literal
goroutine 1 [running]:
main.main()
/root/go/pkg/mod/github.com/g3co/go-swagger-merger@v0.3.0/main.go:20 +0x167
Environment:
Go version: go1.21.x
OS: RHEL 8.10
go-swagger-merger version: v0.3.0 (breaking)
Previously working version: v0.0.0-20220614083330-a4837be9dd7c
Request:
Could you please help identify what's changed between these versions that may be causing this panic? Let me know if I can provide a minimal reproduction or any of the input Swagger files.