We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The generate script depends on https://github.com/idubinskiy/schematyper, but this dependency is unmaintained and uninstallable since 2023.
generate
There's an upstream pull request that should fix this, but it's just sitting there: idubinskiy/schematyper#22
If this has been already solved (for instance by forking), then the docs need to be updated.
go get should install the dependency.
go get
$ go get -u github.com/idubinskiy/schematyper go: gopkg.in/alecthomas/[email protected]: parsing go.mod: module declares its path as: github.com/alecthomas/kingpin/v2 but was required as: gopkg.in/alecthomas/kingpin.v2 trying gopkg.in/alecthomas/[email protected] go: gopkg.in/alecthomas/[email protected]: parsing go.mod: module declares its path as: github.com/alecthomas/kingpin/v2 but was required as: gopkg.in/alecthomas/kingpin.v2 trying gopkg.in/alecthomas/[email protected] go: gopkg.in/alecthomas/[email protected]: parsing go.mod: module declares its path as: github.com/alecthomas/kingpin/v2 but was required as: gopkg.in/alecthomas/kingpin.v2 trying gopkg.in/alecthomas/[email protected] go: gopkg.in/alecthomas/[email protected]: go.mod has non-....v2 module path "github.com/alecthomas/kingpin" at revision v2.3.0 restoring gopkg.in/alecthomas/[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug
The
generate
script depends on https://github.com/idubinskiy/schematyper, but this dependency is unmaintained and uninstallable since 2023.There's an upstream pull request that should fix this, but it's just sitting there:
idubinskiy/schematyper#22
If this has been already solved (for instance by forking), then the docs need to be updated.
Expected Behavior
go get
should install the dependency.Actual Behavior
Reproduction Steps
The text was updated successfully, but these errors were encountered: