about summary refs log tree commit diff
path: root/pkgs/servers/hydron/deps.nix
blob: 9b0890d36f40f7d17d582644eb8508ce66d18a86 (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.2.1
[
  {
    goPackagePath = "github.com/Masterminds/squirrel";
    fetch = {
      type = "git";
      url = "https://github.com/Masterminds/squirrel";
      rev = "8a7e65843414bc07f3d85bebaa10d7cc96253c29";
      sha256 = "0n7msdji0h7iysyqsi0iiq9i1hdgyyz9cwzxpc6qppz7cllnfpnn";
    };
  }
  {
    goPackagePath = "github.com/bakape/thumbnailer";
    fetch = {
      type = "git";
      url = "https://github.com/bakape/thumbnailer";
      rev = "326c44736983c316d20c036ce34ca79ce9b96b01";
      sha256 = "1a1dniz0zbihk7971z2ln6hlsbvkk13lghgjz346lw4lfc105kxk";
    };
  }
  {
    goPackagePath = "github.com/dimfeld/httptreemux";
    fetch = {
      type = "git";
      url = "https://github.com/dimfeld/httptreemux";
      rev = "7f532489e7739b3d49df5c602bf63549881fe753";
      sha256 = "0hkw04rsvljvx8ynqjgz9cb743x09fd2xiiycrgz5vbsa8q9iyyk";
    };
  }
  {
    goPackagePath = "github.com/gorilla/handlers";
    fetch = {
      type = "git";
      url = "https://github.com/gorilla/handlers";
      rev = "7e0847f9db758cdebd26c149d0ae9d5d0b9c98ce";
      sha256 = "0mnw81ayjm4d8462qg8spmcwxmchn24158bf93zxjab51pg8n9gm";
    };
  }
  {
    goPackagePath = "github.com/lann/builder";
    fetch = {
      type = "git";
      url = "https://github.com/lann/builder";
      rev = "47ae307949d02aa1f1069fdafc00ca08e1dbabac";
      sha256 = "1kg9jy1rciznj627hafpq2mi7hr5d3ssgqcpwrm3bnlk9sqnydil";
    };
  }
  {
    goPackagePath = "github.com/lann/ps";
    fetch = {
      type = "git";
      url = "https://github.com/lann/ps";
      rev = "62de8c46ede02a7675c4c79c84883eb164cb71e3";
      sha256 = "10yhcyymypvdiiipchsp80jbglk8c4r7lq7h54v9f4mxmvz6xgf7";
    };
  }
  {
    goPackagePath = "github.com/lib/pq";
    fetch = {
      type = "git";
      url = "https://github.com/lib/pq";
      rev = "90697d60dd844d5ef6ff15135d0203f65d2f53b8";
      sha256 = "0hb4bfsk8g5473yzbf3lzrb373xicakjznkf0v085xgimz991i9r";
    };
  }
  {
    goPackagePath = "github.com/mailru/easyjson";
    fetch = {
      type = "git";
      url = "https://github.com/mailru/easyjson";
      rev = "03f2033d19d5860aef995fe360ac7d395cd8ce65";
      sha256 = "0r62ym6m1ijby7nwplq0gdnhak8in63njyisrwhr3xpx9vkira97";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-sqlite3";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-sqlite3";
      rev = "b3511bfdd742af558b54eb6160aca9446d762a19";
      sha256 = "1v41is0h05p4jgv8nal3l8lcdcggylsyblq0ihycnprkdzwls808";
    };
  }
  {
    goPackagePath = "github.com/valyala/bytebufferpool";
    fetch = {
      type = "git";
      url = "https://github.com/valyala/bytebufferpool";
      rev = "e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7";
      sha256 = "01lqzjddq6kz9v41nkky7wbgk7f1cw036sa7ldz10d82g5klzl93";
    };
  }
  {
    goPackagePath = "github.com/valyala/quicktemplate";
    fetch = {
      type = "git";
      url = "https://github.com/valyala/quicktemplate";
      rev = "a91e0946457b6583004fbfc159339b8171423aed";
      sha256 = "1z89ang5pkq5qs5b2nwhzyrw0zjlsas539l9kix374fhka49n8yc";
    };
  }
  {
    goPackagePath = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev = "c39426892332e1bb5ec0a434a079bf82f5d30c54";
      sha256 = "1w26avkg623xilnwnad0cq6768cfbs4mxk875382xh0da6ai50s3";
    };
  }
]