Compare commits
4 Commits
v0.0.7
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 88ecb1a10d | |||
| 5ad87b6ab4 | |||
| 1d1b3f08f1 | |||
|
8524870171
|
9
README.md
Normal file
9
README.md
Normal 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.
|
||||
4
go.mod
4
go.mod
@@ -1,5 +1,5 @@
|
||||
module git.front.kjuulh.io/kjuulh/byg
|
||||
|
||||
go 1.19
|
||||
go 1.24.0
|
||||
|
||||
require golang.org/x/sync v0.1.0
|
||||
require golang.org/x/sync v0.18.0
|
||||
|
||||
2
go.sum
2
go.sum
@@ -1,2 +1,4 @@
|
||||
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.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
|
||||
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
|
||||
|
||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
Reference in New Issue
Block a user