about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2019-06-27 13:06:41 +0200
committerDrew DeVault <sir@cmpwn.com>2019-06-27 09:24:20 -0400
commit963d251289fec0cd4a4e82989b621705c3a8c79d (patch)
tree431a0f4596f92d521377be329ac9c314bfec7090
parentbf02ad30ca118df09203ce34bba36a5fb9d5d450 (diff)
downloadaerc-963d251289fec0cd4a4e82989b621705c3a8c79d.tar.gz
Set the required go version for this module, aerc
This is the way to declare which compiler version a module requires to build.

I read up on https://golang.org/doc/go1.12#modules
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index fd26ed6..1c3d156 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,7 @@
 module git.sr.ht/~sircmpwn/aerc
 
+go 1.12
+
 require (
 	git.sr.ht/~sircmpwn/getopt v0.0.0-20190609193657-e7e23d1cd3a3
 	git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9
29:57 +0100 restructuration' href='/akspecs/ranger/commit/ranger/fsobject.py?id=3d566884280b1db24cb9fa13adde3985f0e7c5a2'>3d566884 ^
ae943ecb ^
3d566884 ^
fae694a0 ^
9506fb8e ^
ae943ecb ^
3de15ddd ^
b810fe28 ^



b810fe28 ^

871c502d ^
9506fb8e ^

3de15ddd ^
9506fb8e ^
fae694a0 ^
871c502d ^
3de15ddd ^
871c502d ^



3de15ddd ^
871c502d ^


b810fe28 ^
3de15ddd ^
b810fe28 ^
871c502d ^
b810fe28 ^















fae694a0 ^
3de15ddd ^

fae694a0 ^
3de15ddd ^
b810fe28 ^


9506fb8e ^
fae694a0 ^
556d84cd ^
fae694a0 ^

556d84cd ^

3d566884 ^
9506fb8e ^
419e4aa5 ^

9506fb8e ^

3d566884 ^
9506fb8e ^

556d84cd ^
3d566884 ^
419e4aa5 ^
5805deca ^
798d06a2 ^
3d566884 ^
798d06a2 ^

9506fb8e ^
5805deca ^
556d84cd ^
798d06a2 ^
3d566884 ^
fae694a0 ^
9506fb8e ^
fae694a0 ^
cfdbb9d6 ^






















fae694a0 ^

3de15ddd ^
556d84cd ^



fae694a0 ^
871c502d ^
3de15ddd ^

4c05e43d ^

871c502d ^
fae694a0 ^
3de15ddd ^
556d84cd ^
fae694a0 ^
f6f26231 ^
fae694a0 ^





fae694a0 ^
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