summaryrefslogtreecommitdiff
path: root/overlays/certspotter/deps.nix
blob: ae05dd3005bd504d8b1d62ed2b775db1975eb151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# file generated from go.mod using vgo2nix (https://github.com/nix-community/vgo2nix)
[
  {
    goPackagePath = "github.com/mreiferson/go-httpclient";
    fetch = {
      type = "git";
      url = "https://github.com/mreiferson/go-httpclient";
      rev = "5e475fde3a4d";
      sha256 = "13s8va5zlbmh5lgxpkdrcxvbqkbxszjvf27p1njv75q4jk8g5vhq";
      moduleDir = "";
    };
  }
  {
    goPackagePath = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev = "de3da57026de";
      sha256 = "0q14qjy8s4nr08jk324c8msyawyv2ji8s6bn19fh8bjcnjxhfic0";
      moduleDir = "";
    };
  }
  {
    goPackagePath = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev = "1d35b9e2eb4e";
      sha256 = "09xmnw6hhpqnakm99xxigg0znbx46f084lpacz67p5rbcdngjxis";
      moduleDir = "";
    };
  }
  {
    goPackagePath = "golang.org/x/term";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/term";
      rev = "03fcf44c2211";
      sha256 = "0aw5lgwq5w5kvwfa3jl7l83p9c827ksy4a99dqzzsqxvmk2zdi8f";
      moduleDir = "";
    };
  }
  {
    goPackagePath = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev = "v0.3.7";
      sha256 = "0xkw0qvfjyifdqd25y7nxdqkdh92inymw3q7841nricc9s01p4jy";
      moduleDir = "";
    };
  }
  {
    goPackagePath = "golang.org/x/tools";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/tools";
      rev = "90fa682c2a6e";
      sha256 = "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak";
      moduleDir = "";
    };
  }
  {
    goPackagePath = "software.sslmate.com/src/certspotter";
    fetch = {
      type = "git";
      url = "https://software.sslmate.com/src/certspotter.git";
      rev = "54f34077d3be";
      sha256 = "13xcsmxc9b4x6jjg3a2pv67a3ivg4dpk7id264m45a4slacw8di9";
      moduleDir = "";
    };
  }
]