summary refs log tree commit diff
path: root/pkgs/development/tools/hcloud/deps.nix
blob: 01bde6f302a5278a854bf7f132045fe17442e111 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
  {
    goPackagePath = "github.com/dustin/go-humanize";
    fetch = {
      type = "git";
      url = "https://github.com/dustin/go-humanize";
      rev = "9f541cc9db5d55bce703bd99987c9d5cb8eea45e";
      sha256 = "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3";
    };
  }
  {
    goPackagePath = "github.com/fatih/structs";
    fetch = {
      type = "git";
      url = "https://github.com/fatih/structs";
      rev = "878a968ab22548362a09bdb3322f98b00f470d46";
      sha256 = "15nkffa8ylr5kkv52gyry675l8bzv3c0xx39j0fzz0vp2kcjyy8x";
    };
  }
  {
    goPackagePath = "github.com/gosuri/uilive";
    fetch = {
      type = "git";
      url = "https://github.com/gosuri/uilive";
      rev = "4512d98b127f3f3a1b7c3cf1104969fdd17b31d9";
      sha256 = "12n3kjgdzrb50jhkcb2ac3437mdhxh33zrcz7mi4gpji20jz4ai7";
    };
  }
  {
    goPackagePath = "github.com/gosuri/uiprogress";
    fetch = {
      type = "git";
      url = "https://github.com/gosuri/uiprogress";
      rev = "4442fea128d2bc91caf276b08518bdf4582561c8";
      sha256 = "1g6xjknm0981h3b1drbvm6vd66hiah1cylpdck9cqd18kyxd6bpd";
    };
  }
  {
    goPackagePath = "github.com/hetznercloud/cli";
    fetch = {
      type = "git";
      url = "https://github.com/hetznercloud/cli";
      rev = "d6ec656f964aac4382d9c724edd27a8608e7b354";
      sha256 = "0ng7hihzplwyz4sdipms4m9qq2bcj92qczzd5adhm6da851jxpbc";
    };
  }
  {
    goPackagePath = "github.com/hetznercloud/hcloud-go";
    fetch = {
      type = "git";
      url = "https://github.com/hetznercloud/hcloud-go";
      rev = "70b166c92266125ee6a621dcc6089023a5f8d055";
      sha256 = "02hh214qk8qrhl9rpaywv2z5jpkzx3y2j8gv5xmdprdamrjwwlbc";
    };
  }
  {
    goPackagePath = "github.com/pelletier/go-toml";
    fetch = {
      type = "git";
      url = "https://github.com/pelletier/go-toml";
      rev = "84da2c4a25c585816f2c4211b699228d111d18ab";
      sha256 = "1zh5kswqckz7aaz4kpd1kxbxnlhlmprba1ghkl742x6mbv3w08bm";
    };
  }
  {
    goPackagePath = "github.com/spf13/cobra";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/cobra";
      rev = "1c9c46d5c1cc2aaebdd1898c0680e85e8a44b36d";
      sha256 = "0mxliq4gfvdazga8mapc2sazi915rz1h6prnark9hwbbsz0xn0r3";
    };
  }
  {
    goPackagePath = "github.com/spf13/pflag";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/pflag";
      rev = "24fa6976df40757dce6aea913e7b81ade90530e1";
      sha256 = "0rf6prz6gl0l1b3wijzdgq887cdwigvzxvz6gqbm5l8pkq3fx1m9";
    };
  }
  {
    goPackagePath = "github.com/thcyron/uiprogress";
    fetch = {
      type = "git";
      url = "https://github.com/thcyron/uiprogress";
      rev = "25e98ffb0e98b5192b475d8f2fd78083bfe9a67e";
      sha256 = "1avb0jykn3qbjrvhc8i50ahisf9rsfy74ysrwfqbqqkpvhdxv12i";
    };
  }
  {
    goPackagePath = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev = "4def268fd1a49955bfb3dda92fe3db4f924f2285";
      sha256 = "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6";
    };
  }
  {
    goPackagePath = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev = "fc99dfbffb4e5ed5758a37e31dd861afe285406b";
      sha256 = "186x8bg926qb9sprs5zpd97xzvvhc2si7q1nhvyg12r5cd6v7zjd";
    };
  }
]