Commit de488bb
Replace tools.go w/ explicit versions in Makefile (#8)
Replace tools.go with explicit versioning of build-time
tooling in the Makefile (e.g. go run [email protected]). Because this
is a library imported by other projects, my preference is to
keep go.mod narrowly focused on the dependencies of the code itself
and not the ancillary tools used by Elastic to maintain its NOTICE.txt
and license headers.
Co-authored-by: Panos Koutsovasilis <[email protected]>1 parent fdf6c6e commit de488bb
5 files changed
+6
-1012
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments