mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 15:45:12 +01:00
chore/fix: switch release pipeline to goreleaser & ghcr.io (#40)
* chore: add goreleaser config + adapt Dockerfile Signed-off-by: Matthias Riegler <me@xvzf.tech> * chore: cleanup makefile and deprecated pipeline Signed-off-by: Matthias Riegler <me@xvzf.tech> * chore: go mod tidy -go=1.19 Signed-off-by: Matthias Riegler <me@xvzf.tech> --------- Signed-off-by: Matthias Riegler <me@xvzf.tech>
This commit is contained in:
parent
37dd4fbc10
commit
b56a421ef2
7 changed files with 54 additions and 99 deletions
13
go.mod
13
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/jsonnet-libs/docsonnet
|
||||
|
||||
go 1.16
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/go-clix/cli v0.1.2-0.20200502172020-b8f4629e879a
|
||||
|
|
@ -10,3 +10,14 @@ require (
|
|||
github.com/stretchr/testify v1.4.0
|
||||
gopkg.in/yaml.v2 v2.2.7
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/gobuffalo/here v0.6.0 // indirect
|
||||
github.com/hashicorp/errwrap v1.0.0 // indirect
|
||||
github.com/hashicorp/go-multierror v1.0.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/posener/complete v1.2.3 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
sigs.k8s.io/yaml v1.1.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue