8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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/kingpin.v2@v2.4.0: 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/kingpin.v2@v2.3.2 go: gopkg.in/alecthomas/kingpin.v2@v2.3.2: 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/kingpin.v2@v2.3.1 go: gopkg.in/alecthomas/kingpin.v2@v2.3.1: 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/kingpin.v2@v2.3.0 go: gopkg.in/alecthomas/kingpin.v2@v2.3.0: go.mod has non-....v2 module path "github.com/alecthomas/kingpin" at revision v2.3.0 restoring gopkg.in/alecthomas/kingpin.v2@v2.2.6
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: