Add starlark reader implementation
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-06-22 14:47:06 -07:00
parent 2cdea934eb
commit 228bf59c85
5 changed files with 298 additions and 40 deletions
+2
View File
@@ -7,6 +7,7 @@ require (
github.com/go-git/go-git/v5 v5.7.0
github.com/pelletier/go-toml/v2 v2.0.8
github.com/spf13/pflag v1.0.5
github.com/vmihailenco/msgpack/v5 v5.3.5
go.elara.ws/logger v0.0.0-20230421022458-e80700db2090
go.elara.ws/pcre v0.0.0-20230421030233-daf2d2e6973f
go.etcd.io/bbolt v1.3.7
@@ -34,6 +35,7 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/skeema/knownhosts v1.1.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/net v0.10.0 // indirect