mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 07:35:11 +01:00
feat: containerize (#19)
* feat: containerize * Stripping reduces binary size, fully static linking makes the binary more portable Co-authored-by: sh0rez <me@shorez.de>
This commit is contained in:
parent
3e1757637e
commit
1f8d4c6fbf
11 changed files with 47 additions and 15 deletions
4
go.mod
4
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/sh0rez/docsonnet
|
||||
module github.com/jsonnet-libs/docsonnet
|
||||
|
||||
go 1.14
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/go-clix/cli v0.1.2-0.20200502172020-b8f4629e879a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue