about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/networking/wuzz/deps.nix
blob: 8904596a712d1a4dea0bf58951810e6737ede679 (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
85
86
87
88
89
90
91
92
[
  {
    goPackagePath = "github.com/jroimartin/gocui";
    fetch = {
      type = "git";
      url = "https://github.com/jroimartin/gocui";
      rev = "ed41d1bd2c217d4d1e312c2ee5d2f0c7793a99cc";
      sha256 = "1h4jxhvkf43jsbn85w45fq2xsmcg08mc9g7pkxf880g6sqznrmcz";
    };
  }
  {
    goPackagePath = "github.com/nsf/termbox-go";
    fetch = {
      type = "git";
      url = "https://github.com/nsf/termbox-go";
      rev = "abe82ce5fb7a42fbd6784a5ceb71aff977e09ed8";
      sha256 = "156i8apkga8b3272kjhapyqwspgcfkrr9kpqwc5lii43k4swghpv";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-runewidth";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-runewidth";
      rev = "14207d285c6c197daabb5c9793d63e7af9ab2d50";
      sha256 = "0y6yq9zd4kh7fimnc00r3h9pr2pwa5j85b3jcn5dyfamsnm2xdsv";
    };
  }
  {
    goPackagePath = "github.com/mitchellh/go-homedir";
    fetch = {
      type = "git";
      url = "https://github.com/mitchellh/go-homedir";
      rev = "b8bc1bf767474819792c23f32d8286a45736f1c6";
      sha256 = "13ry4lylalkh4g2vny9cxwvryslzyzwp9r92z0b10idhdq3wad1q";
    };
  }
  {
    goPackagePath = "github.com/BurntSushi/toml";
    fetch = {
      type = "git";
      url = "https://github.com/BurntSushi/toml";
      rev = "056c9bc7be7190eaa7715723883caffa5f8fa3e4";
      sha256 = "0gkgkw04ndr5y7hrdy0r4v2drs5srwfcw2bs1gyas066hwl84xyw";
    };
  }
  {
    goPackagePath = "github.com/nwidger/jsoncolor";
    fetch = {
      type = "git";
      url = "https://github.com/nwidger/jsoncolor";
      rev = "0192e84d44af834c3a90c8a17bf670483b91ad5a";
      sha256 = "17mndgd1d233c22bd19xv4v2l2i5k8kz7y6n4n54a9i7fi9d10al";
    };
  }
  {
    goPackagePath = "github.com/fatih/color";
    fetch = {
      type = "git";
      url = "https://github.com/fatih/color";
      rev = "e8e01ee22a7d4a91b49646e39245fe08e69c7878";
      sha256 = "1660g29qhshk6zxhpnc0f52m69jdqqdw2ccbkqw9y4kilnripfvl";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-isatty";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-isatty";
      rev = "30a891c33c7cde7b02a981314b4228ec99380cca";
      sha256 = "03gsxn89pgkj4jkxm9avnj4f0ckvcskc6fj2lcd98l3akrz50ndg";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-colorable";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-colorable";
      rev = "d228849504861217f796da67fae4f6e347643f15";
      sha256 = "0ch5sfcpmqczsh8kjbwpzdw31lacbkfyzvpzh4disnhhydbxjq0d";
    };
  }
  {
    goPackagePath = "github.com/asciimoo/wuzz";
    fetch = {
      type = "git";
      url = "https://github.com/asciimoo/wuzz";
      rev = "f34c82a4386951022f8bfc011fe6a7362dd8286c";
      sha256 = "1fcr5jr0vn5w60bn08lkh2mi0hdarwp361h94in03139j7hhqrfs";
    };
  }
]