PackageTrack

Go modules · #1853

github.com/rogpeppe/gohack

v1.0.2rogpeppe/gohack

Release timeline

17 releases since 2018
2020202220242026

Releases

  1. v1.0.3-0.20250603143945-301c948ae9363 Jun 2025pre-release

    Nothing published for this version

  2. v1.0.3-0.20191117101618-03d2ff3646b717 Nov 2019pre-release

    Nothing published for this version

  3. v1.0.3-0.20191008162304-c2e465acfbf48 Oct 2019pre-release

    Nothing published for this version

  4. v1.0.3-0.20190916154315-0e0a004fa21a16 Sept 2019pre-release

    Nothing published for this version

  5. v1.0.3-0.20190622142117-c30549a1c65022 Jun 2019pre-release

    Nothing published for this version

  6. v1.0.3-0.20190523071842-4cbac3f46b2623 May 2019pre-release

    Nothing published for this version

  7. v1.0.21 Apr 2019
    Release notes

    main: fix definition and implementation of relative GOHACK (#49)

    rogpeppe has a far sharper brain than me and pointed out a major issue
    with the previous implementation: that we hadn't actually implemented
    a relative value of GOHACK relative to the main module.

    Open source →
  8. v1.0.129 Mar 2019
    Release notes

    Allow relative paths in GOHACK env var (#45)

    Prior to this change, we were using `filepath.Join()` to derive a
    replacement for the module dir. But this is not enough to
    support relative directories, as `Join()` cleans the resulting path,
    removing any `"./"` prefix (which is needed by the replace drective when
    using a local directory).

    This change adds the `"./"` prefix if the user specified it in the GOHACK
    env var.

    Note that relative parent directory `".."` is not cleaned by
    `filepath.Join()`, so we do not need to cater to this case, and an added
    test proves that this works.

    fixes #44

    Open source →
  9. v1.0.025 Oct 2018

    Nothing published for this version

  10. v1.0.0-alpha.225 Oct 2018pre-release

    Nothing published for this version

  11. v1.0.0-alpha.118 Oct 2018pre-release

    Nothing published for this version

  12. v1.0.0-alpha.0.20181018073342-dad0e3a6b0b718 Oct 2018pre-release

    Nothing published for this version

  13. v1.0.0-alpha.0.20181017220651-32c38d08025e17 Oct 2018pre-release

    Nothing published for this version

  14. v1.0.0-alpha4 Oct 2018pre-release

    Nothing published for this version

  15. v0.0.2-0.20181004105843-6b14ebceef1e4 Oct 2018pre-release

    Nothing published for this version

  16. v0.0.2-0.20180930070559-d1269c93758a30 Sept 2018pre-release

    Nothing published for this version

  17. v0.0.124 Aug 2018

    Nothing published for this version