Compare commits

4 Commits

4 changed files with 15 additions and 1 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Byg
`Byg` (Danish for `build`), is a data-structure designed for a composing
pipelines, it is in a very rough state, and changes according to the needs to
`kjuulh/bust`
## Examples
See `examples` for example pipelines.

2
go.mod
View File

@@ -2,4 +2,4 @@ module git.front.kjuulh.io/kjuulh/byg
go 1.19 go 1.19
require golang.org/x/sync v0.1.0 require golang.org/x/sync v0.10.0

2
go.sum
View File

@@ -1,2 +1,4 @@
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o= golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}