summary refs log tree commit diff
path: root/pkgs/tools/misc/pgmetrics/deps.nix
blob: 63b9492a9820660cd4864cd808fa160dc66bfe2d (plain) (blame)
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
74
75
76
77
78
79
80
81
82
83
84
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
[
  {
    goPackagePath  = "github.com/dustin/go-humanize";
    fetch = {
      type = "git";
      url = "https://github.com/dustin/go-humanize";
      rev =  "bb3d318650d48840a39aa21a027c6630e198e626";
      sha256 = "1lqd8ix3cb164j5iazjby2jpa6bdsflhy0h9mi4yldvvcvrc194c";
    };
  }
  {
    goPackagePath  = "github.com/howeyc/gopass";
    fetch = {
      type = "git";
      url = "https://github.com/howeyc/gopass";
      rev =  "bf9dde6d0d2c004a008c27aaee91170c786f6db8";
      sha256 = "1jxzyfnqi0h1fzlsvlkn10bncic803bfhslyijcxk55mgh297g45";
    };
  }
  {
    goPackagePath  = "github.com/lib/pq";
    fetch = {
      type = "git";
      url = "https://github.com/lib/pq";
      rev =  "88edab0803230a3898347e77b474f8c1820a1f20";
      sha256 = "02y7c8xy33x5q4167x2drzrys41nfi7wxxp9hy4vpazfws88al9p";
    };
  }
  {
    goPackagePath  = "github.com/pborman/getopt";
    fetch = {
      type = "git";
      url = "https://github.com/pborman/getopt";
      rev =  "7148bc3a4c3008adfcab60cbebfd0576018f330b";
      sha256 = "0zhvvmv671r1fbdd5hbv3flx8k2rb60giqx115w0553c56qkqfpj";
    };
  }
  {
    goPackagePath  = "github.com/rapidloop/pq";
    fetch = {
      type = "git";
      url = "https://github.com/rapidloop/pq";
      rev =  "f379fd34d14f11337c3945aa665f7718c0213317";
      sha256 = "0svhissh6v1qdj9zypvj6jpjrx9g56gq8sf1pila41mczglmni05";
    };
  }
  {
    goPackagePath  = "github.com/xdg-go/stringprep";
    fetch = {
      type = "git";
      url = "https://github.com/xdg-go/stringprep";
      rev =  "bd625b8dc1e3b0f57412280ccbcc317f0c69d8db";
      sha256 = "03nard51zgzbaq64p6gsvrz8fps3yazl3ydd115y0bppkdx2i4ji";
    };
  }
  {
    goPackagePath  = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev =  "432090b8f568c018896cd8a0fb0345872bbac6ce";
      sha256 = "1i8616qqwih6g5nx8c1hfqhp0kb110ml3xkgsn6qvc36q04amjmq";
    };
  }
  {
    goPackagePath  = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev =  "37707fdb30a5b38865cfb95e5aab41707daec7fd";
      sha256 = "1abrr2507a737hdqv4q7pw7hv6ls9pdiq9crhdi52r3gcz6hvizg";
    };
  }
  {
    goPackagePath  = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev =  "f21a4dfb5e38f5895301dc265a8def02365cc3d0";
      sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19";
    };
  }
]