summary refs log tree commit diff
path: root/pkgs/servers/caddy/deps.nix
blob: d7c974ecb162fc508d536c99ecb16589fd38af8f (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
# This file was generated by go2nix.
[
  {
    goPackagePath = "github.com/dustin/go-humanize";
    fetch = {
      type = "git";
      url = "https://github.com/dustin/go-humanize";
      rev = "2fcb5204cdc65b4bec9fd0a87606bb0d0e3c54e8";
      sha256 = "1m2qgn5vh5m66ggmclgikvwc05np2r7sxgpvlj2jip5d61x29j5k";
    };
  }
  {
    goPackagePath = "github.com/flynn/go-shlex";
    fetch = {
      type = "git";
      url = "https://github.com/flynn/go-shlex";
      rev = "3f9db97f856818214da2e1057f8ad84803971cff";
      sha256 = "1j743lysygkpa2s2gii2xr32j7bxgc15zv4113b0q9jhn676ysia";
    };
  }
  {
    goPackagePath = "github.com/gorilla/websocket";
    fetch = {
      type = "git";
      url = "https://github.com/gorilla/websocket";
      rev = "2d1e4548da234d9cb742cc3628556fef86aafbac";
      sha256 = "0n7af8pjjmg5rhb3104lyvn966l1p4dfblmy3g9b0plsmnzrz6g5";
    };
  }
  {
    goPackagePath = "github.com/hashicorp/go-syslog";
    fetch = {
      type = "git";
      url = "https://github.com/hashicorp/go-syslog";
      rev = "315de0c1920b18b942603ffdc2229e2af4803c17";
      sha256 = "1z0kinqp8hbl7hw856jhx41ys97rc6hflcgwrkfyxj5fdx60xis6";
    };
  }
  {
    goPackagePath = "github.com/hashicorp/golang-lru";
    fetch = {
      type = "git";
      url = "https://github.com/hashicorp/golang-lru";
      rev = "0a025b7e63adc15a622f29b0b2c4c3848243bbf6";
      sha256 = "1iq7lbpsz7ks052mpznmkf8s4k43p51z4dik2n9ivrxk666q2wxi";
    };
  }
  {
    goPackagePath = "github.com/jimstudt/http-authentication";
    fetch = {
      type = "git";
      url = "https://github.com/jimstudt/http-authentication";
      rev = "3eca13d6893afd7ecabe15f4445f5d2872a1b012";
      sha256 = "1drw3bhrxpjzwryqz9nq5s0yyjqyd42iym3bh1zjs5qsh401cq08";
    };
  }
  {
    goPackagePath = "github.com/lucas-clemente/aes12";
    fetch = {
      type = "git";
      url = "https://github.com/lucas-clemente/aes12";
      rev = "8ee5b5610baca43b60ecfad586b3c40d92a96e0c";
      sha256 = "1lnzrr7f6cyb10gqji6433fvwi8zid0k019m694xyppv4pzgrc93";
    };
  }
  {
    goPackagePath = "github.com/lucas-clemente/fnv128a";
    fetch = {
      type = "git";
      url = "https://github.com/lucas-clemente/fnv128a";
      rev = "393af48d391698c6ae4219566bfbdfef67269997";
      sha256 = "1cvq0p0k86p668yz9rb3z98fz3f9phvbvqp6ilbasiy4y2x5w184";
    };
  }
  {
    goPackagePath = "github.com/lucas-clemente/quic-go";
    fetch = {
      type = "git";
      url = "https://github.com/lucas-clemente/quic-go";
      rev = "8f7a96dfafd8b03eae5679702a837ed5bdf91327";
      sha256 = "12qc7y8v3g16q3klh852f3v4yvbcp6h8am1q98ds2c1zay9jl50n";
    };
  }
  {
    goPackagePath = "github.com/lucas-clemente/quic-go-certificates";
    fetch = {
      type = "git";
      url = "https://github.com/lucas-clemente/quic-go-certificates";
      rev = "d2f86524cced5186554df90d92529757d22c1cb6";
      sha256 = "033099nv0y9pbv0v292x6g0mvwr2w02jf4vvpwx6sjpwbla4xjxd";
    };
  }
  {
    goPackagePath = "github.com/mholt/caddy";
    fetch = {
      type = "git";
      url = "https://github.com/mholt/caddy";
      rev = "73916ccc3069de4720a77b6b817b0bb77bda6b44";
      sha256 = "1nmimyykbjfnwbrka50z15d11z0fc6abpkr0cjbj678d5r9wpz33";
    };
  }
  {
    goPackagePath = "github.com/miekg/dns";
    fetch = {
      type = "git";
      url = "https://github.com/miekg/dns";
      rev = "db96a2b759cdef4f11a34506a42eb8d1290c598e";
      sha256 = "0h5n4psd0p7q55jadgsgz2a1aj791yanrfj76avalh6aawvdpcm6";
    };
  }
  {
    goPackagePath = "github.com/naoina/go-stringutil";
    fetch = {
      type = "git";
      url = "https://github.com/naoina/go-stringutil";
      rev = "6b638e95a32d0c1131db0e7fe83775cbea4a0d0b";
      sha256 = "00831p1wn3rimybk1z8l30787kn1akv5jax5wx743nn76qcmkmc6";
    };
  }
  {
    goPackagePath = "github.com/naoina/toml";
    fetch = {
      type = "git";
      url = "https://github.com/naoina/toml";
      rev = "751171607256bb66e64c9f0220c00662420c38e9";
      sha256 = "07ivrcdd62y7jj5isrz7jhkqqc29s0wsn005mn0yxain51f8h7ly";
    };
  }
  {
    goPackagePath = "github.com/russross/blackfriday";
    fetch = {
      type = "git";
      url = "https://github.com/russross/blackfriday";
      rev = "35eb537633d9950afc8ae7bdf0edb6134584e9fc";
      sha256 = "1hwi1nq5kkpcci7lf4fwhs8jj0mf6xcbdz1vgijpfyyd0zr6mphc";
    };
  }
  {
    goPackagePath = "github.com/shurcooL/sanitized_anchor_name";
    fetch = {
      type = "git";
      url = "https://github.com/shurcooL/sanitized_anchor_name";
      rev = "1dba4b3954bc059efc3991ec364f9f9a35f597d2";
      sha256 = "0pwap8lp79pldd95a1qi3xhlsa17m8zddpgc5jzvk6d1cjpsm6qg";
    };
  }
  {
    goPackagePath = "github.com/xenolf/lego";
    fetch = {
      type = "git";
      url = "https://github.com/xenolf/lego";
      rev = "82ac43327b01319544c050d5d78a4edeff9565d2";
      sha256 = "0zs1l4dm0srkx78a7rqq1g8g4yn84c07177zbaa286jqpzgijahi";
    };
  }
  {
    goPackagePath = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev = "6ab629be5e31660579425a738ba8870beb5b7404";
      sha256 = "1pk98j3wcxkns9whgazhid3if0dnaf57hmq0h6byq75aj9xbncxj";
    };
  }
  {
    goPackagePath = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev = "f4fe4abe3c785295ddf81c7f1823bcd3bad391b6";
      sha256 = "0l50x533pj0sj3gnr30zxgm51y4x5a5fwc515zj93iy1z0pyf9cn";
    };
  }
  {
    goPackagePath = "gopkg.in/natefinch/lumberjack.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/natefinch/lumberjack.v2";
      rev = "514cbda263a734ae8caac038dadf05f8f3f9f738";
      sha256 = "1v92v8vkip36l2fs6l5dpp655151hrijjc781cif658r8nf7xr82";
    };
  }
  {
    goPackagePath = "gopkg.in/square/go-jose.v1";
    fetch = {
      type = "git";
      url = "https://gopkg.in/square/go-jose.v1";
      rev = "139276ceb5afbf13e636c44e9382f0ca75c12ba3";
      sha256 = "1f46qka0xzzkbsg01r9c9fi9zlzai7h83mp9hlwg9m5s73h8gzwj";
    };
  }
  {
    goPackagePath = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/yaml.v2";
      rev = "31c299268d302dd0aa9a0dcf765a3d58971ac83f";
      sha256 = "14jkpa8g0s448n2x5qdi05m59ncsdscby1wy2p089zxl9nqavm8h";
    };
  }
]