danielgtaylor / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification
MIT License
181 stars 49 forks source link

Installing forked package #37

Closed erichulburd closed 4 years ago

erichulburd commented 4 years ago

Any idea why installing from danielgtaylor repo causes installing of the kalzoo fork?

go get github.com/danielgtaylor/openapi-cli-generator
# github.com/danielgtaylor/openapi-cli-generator
../../../../../go/pkg/mod/github.com/kalzoo/openapi-cli-generator@v0.0.3/main.go:433:14: undefined: uppercaseAcronym
erichulburd commented 4 years ago

Oops, had a replace directive in my go.mod 🙄