feat(prebuild): make prebuild available as an external package.

Usefull for downstream repo.
This commit is contained in:
Alexandre Pujol 2023-05-06 13:01:07 +01:00
parent 538da05696
commit 913ac3131c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 304 additions and 214 deletions

4
go.mod
View file

@ -4,7 +4,7 @@ go 1.20
require (
github.com/arduino/go-paths-helper v1.8.0
github.com/pkg/errors v0.9.1
golang.org/x/exp v0.0.0-20230418202329-0354be287a23
gopkg.in/yaml.v2 v2.4.0
)
require github.com/pkg/errors v0.9.1 // indirect