From ea4d7273bf5316b78c7cbd0f15c2668f1ba28e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:38:29 +0000 Subject: [PATCH 1/2] Bump github.com/a-h/templ from 0.2.731 to 0.2.747 Bumps [github.com/a-h/templ](https://github.com/a-h/templ) from 0.2.731 to 0.2.747. - [Release notes](https://github.com/a-h/templ/releases) - [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml) - [Commits](https://github.com/a-h/templ/compare/v0.2.731...v0.2.747) --- updated-dependencies: - dependency-name: github.com/a-h/templ dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index e01b68b..3202c31 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ module github.com/RiskIdent/jelease go 1.22.5 require ( - github.com/a-h/templ v0.2.731 + github.com/a-h/templ v0.2.747 github.com/andygrunwald/go-jira v1.16.0 github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 github.com/fatih/color v1.17.0 @@ -72,7 +72,7 @@ require ( golang.org/x/crypto v0.23.0 // indirect golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect golang.org/x/net v0.25.0 // indirect - golang.org/x/sys v0.20.0 // indirect + golang.org/x/sys v0.21.0 // indirect golang.org/x/text v0.15.0 // indirect google.golang.org/protobuf v1.34.1 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect diff --git a/go.sum b/go.sum index 9bafb5c..ef84226 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/a-h/templ v0.2.731 h1:yiv4C7whSUsa36y65O06DPr/U/j3+WGB0RmvLOoVFXc= -github.com/a-h/templ v0.2.731/go.mod h1:IejA/ecDD0ul0dCvgCwp9t7bUZXVpGClEAdsqZQigi8= +github.com/a-h/templ v0.2.747 h1:D0dQ2lxC3W7Dxl6fxQ/1zZHBQslSkTSvl5FxP/CfdKg= +github.com/a-h/templ v0.2.747/go.mod h1:69ObQIbrcuwPCU32ohNaWce3Cb7qM5GMiqN1K+2yop4= github.com/andygrunwald/go-jira v1.16.0 h1:PU7C7Fkk5L96JvPc6vDVIrd99vdPnYudHu4ju2c2ikQ= github.com/andygrunwald/go-jira v1.16.0/go.mod h1:UQH4IBVxIYWbgagc0LF/k9FRs9xjIiQ8hIcC6HfLwFU= github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk= @@ -245,8 +245,8 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y= -golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= +golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= From 622a5e27d98ac669c89adb4f3c81da63fdb492ff Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Tue, 9 Jul 2024 11:39:19 +0200 Subject: [PATCH 2/2] make --- templates/components/alerts_templ.go | 2 +- templates/components/breadcrumbs_templ.go | 2 +- templates/components/codeblock_templ.go | 2 +- templates/components/link_templ.go | 2 +- templates/pages/config_templ.go | 2 +- templates/pages/config_trypackage_templ.go | 2 +- templates/pages/errors_templ.go | 2 +- templates/pages/index_templ.go | 2 +- templates/pages/layout_templ.go | 2 +- templates/pages/packages_createpr_templ.go | 2 +- templates/pages/packages_item_templ.go | 2 +- templates/pages/packages_list_templ.go | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/components/alerts_templ.go b/templates/components/alerts_templ.go index 6950c05..ccab441 100644 --- a/templates/components/alerts_templ.go +++ b/templates/components/alerts_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/components/breadcrumbs_templ.go b/templates/components/breadcrumbs_templ.go index 3fe35e2..ce0328e 100644 --- a/templates/components/breadcrumbs_templ.go +++ b/templates/components/breadcrumbs_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/components/codeblock_templ.go b/templates/components/codeblock_templ.go index 6df418d..32f50c5 100644 --- a/templates/components/codeblock_templ.go +++ b/templates/components/codeblock_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/components/link_templ.go b/templates/components/link_templ.go index 8642e46..e0f5f21 100644 --- a/templates/components/link_templ.go +++ b/templates/components/link_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/config_templ.go b/templates/pages/config_templ.go index 9b794c6..d98b6c0 100644 --- a/templates/pages/config_templ.go +++ b/templates/pages/config_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/config_trypackage_templ.go b/templates/pages/config_trypackage_templ.go index a617a88..90e7f4c 100644 --- a/templates/pages/config_trypackage_templ.go +++ b/templates/pages/config_trypackage_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/errors_templ.go b/templates/pages/errors_templ.go index 3bea4b1..580cdc4 100644 --- a/templates/pages/errors_templ.go +++ b/templates/pages/errors_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/index_templ.go b/templates/pages/index_templ.go index 43d8f1b..ffd5169 100644 --- a/templates/pages/index_templ.go +++ b/templates/pages/index_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/layout_templ.go b/templates/pages/layout_templ.go index 39e86f3..75dd9ed 100644 --- a/templates/pages/layout_templ.go +++ b/templates/pages/layout_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/packages_createpr_templ.go b/templates/pages/packages_createpr_templ.go index f5853d8..ca2a812 100644 --- a/templates/pages/packages_createpr_templ.go +++ b/templates/pages/packages_createpr_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/packages_item_templ.go b/templates/pages/packages_item_templ.go index 667c1a2..517d32b 100644 --- a/templates/pages/packages_item_templ.go +++ b/templates/pages/packages_item_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH // diff --git a/templates/pages/packages_list_templ.go b/templates/pages/packages_list_templ.go index be4cd6e..0e98aa1 100644 --- a/templates/pages/packages_list_templ.go +++ b/templates/pages/packages_list_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.731 +// templ: version: v0.2.747 // SPDX-FileCopyrightText: 2022 Risk.Ident GmbH //