summary refs log tree commit diff
path: root/pkgs/development/tools/gocode-gomod/deps.nix
blob: ac966269706342b4a7db21554d17a0d38be0379b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "golang.org/x/tools";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/tools";
      rev = "78dc5bac0cacea7969e98b79c3b86597e0aa4e25";
      sha256 = "16jg2x1sfm39kz4rchn0gxyq99fnkxw6v51wxriqbs76a2wrznp9";
    };
  }
]