summary refs log tree commit diff
path: root/pkgs/development/tools/goa/deps.nix
blob: d92489259055951aacdecc08eadc53feac78bd89 (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
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[
  {
    goPackagePath = "github.com/dimfeld/httppath";
    fetch = {
      type = "git";
      url = "https://github.com/dimfeld/httppath";
      rev = "ee938bf735983d53694d79138ad9820efff94c92";
      sha256 = "1c1kic8g3r78g6h4xl8n2ac1waxsb9fqz40k20ypi08k24mv3ha9";
    };
  }
  {
    goPackagePath = "github.com/manveru/faker";
    fetch = {
      type = "git";
      url = "https://github.com/manveru/faker";
      rev = "9fbc68a78c4dbc7914e1a23f88f126bea4383b97";
      sha256 = "1cnrf4wdjhxd9fryhlp2krl9acz6dzwic89gshs49pg3aajlf4dy";
    };
  }
  {
    goPackagePath = "github.com/satori/go.uuid";
    fetch = {
      type = "git";
      url = "https://github.com/satori/go.uuid";
      rev = "36e9d2ebbde5e3f13ab2e25625fd453271d6522e";
      sha256 = "0nc0ggn0a6bcwdrwinnx3z6889x65c20a2dwja0n8can3xblxs35";
    };
  }
  {
    goPackagePath = "github.com/spf13/cobra";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/cobra";
      rev = "4dab30cb33e6633c33c787106bafbfbfdde7842d";
      sha256 = "1g7p7c2azqaxbfkx5yaznk0z1inqnajlbwv921k6vh8i1xdblxk5";
    };
  }
  {
    goPackagePath = "github.com/spf13/pflag";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/pflag";
      rev = "1ce0cc6db4029d97571db82f85092fccedb572ce";
      sha256 = "02wsc01npnpc7srqw7rzaihn2hjmrkfy2x412fxbb675j2hk9cx6";
    };
  }
  {
    goPackagePath = "github.com/zach-klippenstein/goregen";
    fetch = {
      type = "git";
      url = "https://github.com/zach-klippenstein/goregen";
      rev = "795b5e3961ea1912fde60af417ad85e86acc0d6a";
      sha256 = "113kx47ryhyb803v8ckizlrc34cmwcwb0h28v34bahd2mir8nq3l";
    };
  }
  {
    goPackagePath = "golang.org/x/tools";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/tools";
      rev = "f60d9635b16a5a57b06eaa119614ba4df421966a";
      sha256 = "1h587gvgwlpjdn8q3s8i1blfwfklqi0cpb0szj99w1mkgl0ads13";
    };
  }
  {
    goPackagePath = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/yaml.v2";
      rev = "5420a8b6744d3b0345ab293f6fcba19c978f1183";
      sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
    };
  }
]