File tree 4 files changed +5
-6
lines changed
internal/serverless/serverlessdelete
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/iancoleman/orderedmap v0.3.0
15
15
github.com/jhump/protoreflect v1.17.0
16
16
github.com/jzero-io/desc v0.0.1
17
- github.com/jzero-io/jzero-contrib v0.19 .4
17
+ github.com/jzero-io/jzero-contrib v0.21 .4
18
18
github.com/mitchellh/go-homedir v1.1.0
19
19
github.com/moby/patternmatcher v0.6.0
20
20
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ github.com/jhump/protoreflect v1.17.0 h1:qOEr613fac2lOuTgWN4tPAtLL7fUSbuJL5X5Xum
134
134
github.com/jhump/protoreflect v1.17.0 /go.mod h1:h9+vUUL38jiBzck8ck+6G/aeMX8Z4QUY/NiJPwPNi+8 =
135
135
github.com/jzero-io/desc v0.0.1 h1:bu/TghFpy1K2D99B3PFGonWRoydYcGwt3hPPLu1YQvU =
136
136
github.com/jzero-io/desc v0.0.1 /go.mod h1:gav1fZ49+rsEjT/5MUNp6ueyNFuX0lDKGyzIM6NrB+E =
137
- github.com/jzero-io/jzero-contrib v0.19 .4 h1:ccBvge4NiEOBypf3d3dxty+a4+4aKagiPtgbJsDzoDU =
138
- github.com/jzero-io/jzero-contrib v0.19 .4 /go.mod h1:D+SHbecWUDusY2FkRQrN6EU8KXUE7rCpzXLALpiNJaw =
137
+ github.com/jzero-io/jzero-contrib v0.21 .4 h1:dsyOY0ZUA14/5hvpn1VvPg17CmwQF7uo4V4zIWhNPPY =
138
+ github.com/jzero-io/jzero-contrib v0.21 .4 /go.mod h1:3bCOT7I2ll2V82g464QMisRkPxSbmQ+KTqgxUqqDRs8 =
139
139
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4 =
140
140
github.com/kevinburke/ssh_config v1.2.0 /go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM =
141
141
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc =
Original file line number Diff line number Diff line change 5
5
"path/filepath"
6
6
"strings"
7
7
8
- "github.com/jzero-io/jzero-contrib/modx"
9
8
"github.com/jzero-io/jzero-contrib/templatex"
10
9
"github.com/rinchsan/gosimports"
11
10
"github.com/samber/lo"
@@ -73,7 +72,7 @@ func Run() error {
73
72
}
74
73
75
74
for i := 0 ; i < len (remainingPlugins ); i ++ {
76
- pluginGoMod , err := modx .GetGoMod (filepath .Join (wd , remainingPlugins [i ].Path ))
75
+ pluginGoMod , err := mod .GetGoMod (filepath .Join (wd , remainingPlugins [i ].Path ))
77
76
if err != nil {
78
77
return err
79
78
}
Original file line number Diff line number Diff line change 15
15
16
16
// ldflags
17
17
var (
18
- version = "0.35.0 "
18
+ version = "0.35.2 "
19
19
commit string
20
20
date string
21
21
)
You can’t perform that action at this time.
0 commit comments