Commit 60a80d2
committed
Remove text/template from help generation
See the comment for details. Discovered via the CHANGELOG for Cobra
v1.9.0, where a similar change was made (with far greater potential
impact, given Cobra's level of usage throughout the community).
Note that golang.org/x/net/trace, reachable via the Firestore client
library, still links in the offending text/template methods. Why is the
Firestore client even being built for Lambda? I'm only importing the
dynamodb store package specifically. Maybe there's another dependent
that `go mod why` missed?1 parent 5fb09f2 commit 60a80d2
1 file changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
8 | 5 | | |
9 | | - | |
10 | | - | |
11 | 6 | | |
12 | 7 | | |
13 | | - | |
| 8 | + | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
17 | | - | |
18 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
0 commit comments