File tree Expand file tree Collapse file tree 7 files changed +420
-328
lines changed Expand file tree Collapse file tree 7 files changed +420
-328
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ targets:
125
125
- $ : " echo -n ={tag}"
126
126
1= : " tag"
127
127
3x : true
128
+ - $ : ' echo -n "={tag}"'
129
+ 1= : " realtag"
130
+ 3x : true
128
131
- $ : ' echo -n "={tag}" | tr "()" "-"'
129
132
1= : " tag"
130
133
3x : true
@@ -219,7 +222,8 @@ targets:
219
222
- $ : touch web/play/node_modules/go.mod
220
223
- $ : rm -rf internal/app/pimo/client/*
221
224
- $ : cp -r web/play/dist/* internal/app/pimo/client
222
- - $ : sed -i 's/{{version}}/={tag}/g' internal/app/pimo/client/index.html
225
+ - $ : sed -i 's/{{version}}/={realtag}/g' internal/app/pimo/client/index.html
226
+ - $ : sed -i 's/{{version}}/={realtag}/g' internal/app/pimo/client/main.js
223
227
- $ : git checkout -- internal/app/pimo/client
224
228
225
229
# run "neon -props '{buildpaths: ["path/to/main/package1","path/to/main/package2"]}' compile" to compile specific targets
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/Masterminds/sprig/v3 v3.2.2
7
7
github.com/Trendyol/overlog v0.1.1
8
- github.com/alecthomas/jsonschema v0.0.0-20210526225647-edb03dcab7bc
9
8
github.com/capitalone/fpe v1.2.1
10
9
github.com/goccy/go-yaml v1.9.5
10
+ github.com/invopop/jsonschema v0.4.0
11
11
github.com/labstack/echo/v4 v4.7.2
12
12
github.com/mattn/go-isatty v0.0.14
13
13
github.com/rs/zerolog v1.27.0
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ github.com/Masterminds/sprig/v3 v3.2.2 h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmy
6
6
github.com/Masterminds/sprig/v3 v3.2.2 /go.mod h1:UoaO7Yp8KlPnJIYWTFkMaqPUYKTfGFPhxNuwnnxkKlk =
7
7
github.com/Trendyol/overlog v0.1.1 h1:igv/GoiOycUAdPncwQMz93x15zlABcOrwRnvbWGMIV8 =
8
8
github.com/Trendyol/overlog v0.1.1 /go.mod h1:kns76uyvmPFX0xS6Xsn/adMpB/ldlO6tyvK+Ug+cLsU =
9
- github.com/alecthomas/jsonschema v0.0.0-20210526225647-edb03dcab7bc h1:mT8qSzuyEAkxbv4GBln7yeuQZpBnfikr3PTuiPs6Z3k =
10
- github.com/alecthomas/jsonschema v0.0.0-20210526225647-edb03dcab7bc /go.mod h1:/n6+1/DWPltRLWL/VKyUxg6tzsl5kHUCcraimt4vr60 =
11
9
github.com/capitalone/fpe v1.2.1 h1:/r81KhhTkfmxjjr2HKr+WYTLrMjPnn0gtK/L8gKNfts =
12
10
github.com/capitalone/fpe v1.2.1 /go.mod h1:hI6YzL2v2WkosaevH24sYHyyDAzacfqkpaOYc/0Qn7g =
13
11
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
@@ -51,6 +49,8 @@ github.com/imdario/mergo v0.3.11 h1:3tnifQM4i+fbajXKBHXWEH+KvNHqojZ778UH75j3bGA=
51
49
github.com/imdario/mergo v0.3.11 /go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA =
52
50
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM =
53
51
github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
52
+ github.com/invopop/jsonschema v0.4.0 h1:Yuy/unfgCnfV5Wl7H0HgFufp/rlurqPOOuacqyByrws =
53
+ github.com/invopop/jsonschema v0.4.0 /go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0 =
54
54
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo =
55
55
github.com/jtolds/gls v4.20.0+incompatible /go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU =
56
56
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import (
26
26
"time"
27
27
28
28
over "github.com/Trendyol/overlog"
29
- "github.com/alecthomas/jsonschema"
30
29
"github.com/cgi-fr/pimo/pkg/add"
31
30
"github.com/cgi-fr/pimo/pkg/addtransient"
32
31
"github.com/cgi-fr/pimo/pkg/command"
@@ -58,6 +57,7 @@ import (
58
57
"github.com/cgi-fr/pimo/pkg/templatemask"
59
58
"github.com/cgi-fr/pimo/pkg/transcode"
60
59
"github.com/cgi-fr/pimo/pkg/weightedchoice"
60
+ "github.com/invopop/jsonschema"
61
61
"github.com/rs/zerolog/log"
62
62
)
63
63
You can’t perform that action at this time.
0 commit comments