about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform-inventory/deps.nix
blob: 9f7b5e317fe3c3b7e514a37b591634253491e2d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    goPackagePath = "github.com/adammck/venv";
    fetch = {
      type = "git";
      url = "https://github.com/adammck/venv";
      rev = "8a9c907a37d36a8f34fa1c5b81aaf80c2554a306";
      sha256 = "1fzk3j4q59kpd2ks2aw8rmic6b123p5mh981cjh0kzs716grc6y8";
    };
  }
  {
    goPackagePath = "github.com/blang/vfs";
    fetch = {
      type = "git";
      url = "https://github.com/blang/vfs";
      rev = "c14afcac17253ce7418da751ec6b1988790cdc8f";
      sha256 = "00q5qzxpn9n59nrmrljz4w9lljxvrr8i5j8i8b4iw86j0alcx53b";
    };
  }
]