1
0

feat: fetch kbuild from linux-tools for older kernels

This commit is contained in:
2023-05-14 16:54:12 +00:00
parent a13a78e292
commit b09b51840c
3 changed files with 117 additions and 1 deletions

1
go.mod
View File

@ -9,6 +9,7 @@ replace code.dumpstack.io/tools/out-of-tree/config => ./config
replace code.dumpstack.io/tools/out-of-tree/distro => ./distro
require (
github.com/Masterminds/semver v1.5.0
github.com/PuerkitoBio/goquery v1.8.1
github.com/alecthomas/kong v0.7.1
github.com/cavaliergopher/grab/v3 v3.0.1