Skip to content

Unable to generate spec (bitrot in schematyper dependency) #2060

New issue

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

Open
rmsc opened this issue Apr 27, 2025 · 0 comments
Open

Unable to generate spec (bitrot in schematyper dependency) #2060

rmsc opened this issue Apr 27, 2025 · 0 comments

Comments

@rmsc
Copy link

rmsc commented Apr 27, 2025

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

$ 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]

Reproduction Steps

  1. uninstall schematyper if already present, clear package cache
  2. go get -u github.com/idubinskiy/schematyper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant