Skip to content

Commit 9cd5dec

Browse files
chore(deps): Bump github.com/aptible/supercronic from 0.2.41 to 0.2.42 (#50)
Bumps [github.com/aptible/supercronic](https://github.com/aptible/supercronic) from 0.2.41 to 0.2.42. - [Release notes](https://github.com/aptible/supercronic/releases) - [Commits](aptible/supercronic@v0.2.41...v0.2.42) --- updated-dependencies: - dependency-name: github.com/aptible/supercronic dependency-version: 0.2.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b64bcf commit 9cd5dec

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/kyverno/api
22

3-
go 1.25.5
3+
go 1.25.6
44

55
require (
6-
github.com/aptible/supercronic v0.2.41
6+
github.com/aptible/supercronic v0.2.42
77
github.com/stretchr/testify v1.11.1
88
k8s.io/api v0.35.0
99
k8s.io/apimachinery v0.35.0
@@ -26,7 +26,7 @@ require (
2626
github.com/x448/float16 v0.8.4 // indirect
2727
go.yaml.in/yaml/v2 v2.4.3 // indirect
2828
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
29-
golang.org/x/net v0.47.0 // indirect
29+
golang.org/x/net v0.48.0 // indirect
3030
golang.org/x/text v0.32.0 // indirect
3131
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
3232
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cel.dev/expr v0.24.0 h1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY=
22
cel.dev/expr v0.24.0/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw=
33
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=
44
github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g=
5-
github.com/aptible/supercronic v0.2.41 h1:BkAZ0fJ+nd8P9M+yA4/YUM2DJi1txDQZBj7YlfIv9co=
6-
github.com/aptible/supercronic v0.2.41/go.mod h1:eCxg17hDIYvX98QoWMd0vaN+IlSuJkj+8vEmJWdbxS8=
5+
github.com/aptible/supercronic v0.2.42 h1:CrLaXWmpbJzTwsPBIqdd5V2JWcDZgjDgZf8ljf5FAss=
6+
github.com/aptible/supercronic v0.2.42/go.mod h1:gdxzkFOcUzrGyeJFNc9GwmDH+zREYgZ0yyXHYZtz2Mo=
77
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -53,8 +53,8 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
5353
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
5454
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b h1:M2rDM6z3Fhozi9O7NWsxAkg/yqS/lQJ6PmkyIV3YP+o=
5555
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b/go.mod h1:3//PLf8L/X+8b4vuAfHzxeRUl04Adcb341+IGKfnqS8=
56-
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
57-
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
56+
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
57+
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
5858
golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU=
5959
golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=
6060
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 h1:fCvbg86sFXwdrl5LgVcTEvNC+2txB5mgROGmRL5mrls=

0 commit comments

Comments
 (0)