Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You only looked at the pseudo version and missed the important replace directives

  replace github.com/candiddev/shared => ./shared

  replace github.com/google/go-jsonnet => github.com/thequailman/go-jsonnet v0.0.0-20230924031349-110b4ca1dc1a
The replacement with ./shared means it's using exactly the version on disk (which is in a submodule here). The go-jsonnet replacement points to a specific commit.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: