Commit Graph

38 Commits

Author SHA1 Message Date
4c31c4a12f
chore: downgrade github.com/swaggo/http-swagger to v1.3.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-03-21 05:53:59 +01:00
3a6d2901df
chore: update deps
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-03-21 05:37:43 +01:00
39b4372c8f
chore(deps): update module github.com/uptrace/bun to v1.1.12
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 08:05:54 +01:00
cfb52edb81
chore: update deps
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-17 05:41:44 +01:00
a1d2b22ddf
chore: update deps
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 08:20:31 +01:00
0dbcd3340d
chore: update deps + Go 1.20
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-02 06:52:00 +01:00
512abfe9e0
chore(deps): update module github.com/threedotslabs/watermill-amqp/v2 to v2.0.7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-01-28 08:08:02 +01:00
7e7187ca10 chore(deps): update module github.com/uptrace/bun to v1.1.10 (#160)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#160
2023-01-17 15:53:11 +00:00
d244dc69bf refactor: remove otel (#140)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#140
2022-12-20 07:27:13 +00:00
4d7e2af3fe chore: update dependencies (#138)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#138
2022-12-11 09:03:29 +00:00
d00b6645c1 chore: update deps (#131)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#131
2022-11-24 05:28:34 +00:00
251410526e chore(deps): update modules (#114)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#114
2022-10-29 06:08:07 +00:00
c8ad699a06 chore(deps): update opentelemetry-go monorepo to v1.11.1 (#98)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.10.0` -> `v1.11.1` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.10.0` -> `v1.11.1` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.10.0` -> `v1.11.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-go</summary>

### [`v1.11.1`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.1)

[Compare Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.0...v1.11.1)

##### Added

-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` registers with a Prometheus registerer on creation. By default, it will register with the default Prometheus default registerer. A non-default registerer can be used by passing the `WithRegisterer` option. ([#&#8203;3239](https://github.com/open-telemetry/opentelemetry-go/issues/3239))
-   Added the `WithAggregationSelector` option to the `go.opentelemetry.io/otel/exporters/prometheus` package to change the default `AggregationSelector` used. ([#&#8203;3341](https://github.com/open-telemetry/opentelemetry-go/issues/3341))
-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` converts the `Resource` associated with metric exports into a `target_info` metric. ([#&#8203;3285](https://github.com/open-telemetry/opentelemetry-go/issues/3285))

##### Changed

-   The `"go.opentelemetry.io/otel/exporters/prometheus".New` function is updated to return an error. It will return an error if the exporter fails to register with Prometheus. ([#&#8203;3239](https://github.com/open-telemetry/opentelemetry-go/issues/3239))

##### Fixed

-   The URL-encoded values from the `OTEL_RESOURCE_ATTRIBUTES` environment variable are decoded. ([#&#8203;2963](https://github.com/open-telemetry/opentelemetry-go/issues/2963))
-   The `baggage.NewMember` function decodes the `value` parameter instead of directly using it. This fixes the implementation to be compliant with the W3C specification. ([#&#8203;3226](https://github.com/open-telemetry/opentelemetry-go/issues/3226))
-   Slice attributes of the `attribute` package are now comparable based on their value, not instance. ([#&#8203;3108](https://github.com/open-telemetry/opentelemetry-go/issues/3108) [#&#8203;3252](https://github.com/open-telemetry/opentelemetry-go/issues/3252))
-   The `Shutdown` and `ForceFlush` methods of the `"go.opentelemetry.io/otel/sdk/trace".TraceProvider` no longer return an error when no processor is registered. ([#&#8203;3268](https://github.com/open-telemetry/opentelemetry-go/issues/3268))
-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` cumulatively sums histogram buckets. ([#&#8203;3281](https://github.com/open-telemetry/opentelemetry-go/issues/3281))
-   The sum of each histogram data point is now uniquely exported by the `go.opentelemetry.io/otel/exporters/otlpmetric` exporters. ([#&#8203;3284](https://github.com/open-telemetry/opentelemetry-go/issues/3284), [#&#8203;3293](https://github.com/open-telemetry/opentelemetry-go/issues/3293))
-   Recorded values for asynchronous counters (`Counter` and `UpDownCounter`) are interpreted as exact, not incremental, sum values by the metric SDK. ([#&#8203;3350](https://github.com/open-telemetry/opentelemetry-go/issues/3350), [#&#8203;3278](https://github.com/open-telemetry/opentelemetry-go/issues/3278))
-   `UpDownCounters` are now correctly output as Prometheus gauges in the `go.opentelemetry.io/otel/exporters/prometheus` exporter. ([#&#8203;3358](https://github.com/open-telemetry/opentelemetry-go/issues/3358))
-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` no longer describes the metrics it will send to Prometheus on startup. Instead the exporter is defined as an "unchecked" collector for Prometheus. This fixes the `reader is not registered` warning currently emitted on startup. ([#&#8203;3291](https://github.com/open-telemetry/opentelemetry-go/issues/3291) [#&#8203;3342](https://github.com/open-telemetry/opentelemetry-go/issues/3342))
-   The `go.opentelemetry.io/otel/exporters/prometheus` exporter now correctly adds `_total` suffixes to counter metrics. ([#&#8203;3360](https://github.com/open-telemetry/opentelemetry-go/issues/3360))
-   The `go.opentelemetry.io/otel/exporters/prometheus` exporter now adds a unit suffix to metric names. This can be disabled using the `WithoutUnits()` option added to that package. ([#&#8203;3352](https://github.com/open-telemetry/opentelemetry-go/issues/3352))

### [`v1.11.0`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.0)

[Compare Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.10.0...v1.11.0)

Retracts the `v0.32.2` version of `go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetricgrpc` and `go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetrichttp` given they include unresolvable dependencies.

##### Added

-   Add default User-Agent header to OTLP exporter requests (`go.opentelemetry.io/otel/exporters/otlptrace/otlptracegrpc` and `go.opentelemetry.io/otel/exporters/otlptrace/otlptracehttp`). ([#&#8203;3261](https://github.com/open-telemetry/opentelemetry-go/issues/3261))

##### Changed

-   `span.SetStatus` has been updated such that calls that lower the status are now no-ops. ([#&#8203;3214](https://github.com/open-telemetry/opentelemetry-go/issues/3214))
-   Upgrade `golang.org/x/sys/unix` from `v0.0.0-20210423185535-09eb48e85fd7` to `v0.0.0-20220919091848-fb04ddd9f9c8`.
    This addresses [GO-2022-0493](https://pkg.go.dev/vuln/GO-2022-0493). ([#&#8203;3235](https://github.com/open-telemetry/opentelemetry-go/issues/3235))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#98
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-29 05:56:00 +00:00
d450a4a077 chore(deps): update module github.com/swaggo/swag to v1.8.7 (#102)
Some checks failed
continuous-integration/drone/push Build is failing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | require | patch | `v1.8.6` -> `v1.8.7` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>swaggo/swag</summary>

### [`v1.8.7`](https://github.com/swaggo/swag/releases/tag/v1.8.7)

[Compare Source](https://github.com/swaggo/swag/compare/v1.8.6...v1.8.7)

##### Changelog

[`f8d59d6`](https://github.com/swaggo/swag/commit/f8d59d6) Bump golang.org/x/tools dependency version ([#&#8203;1338](https://github.com/swaggo/swag/issues/1338))
[`7f90377`](https://github.com/swaggo/swag/commit/7f90377) Fix generics issue [#&#8203;1345](https://github.com/swaggo/swag/issues/1345)  ([#&#8203;1349](https://github.com/swaggo/swag/issues/1349))
[`e4f0129`](https://github.com/swaggo/swag/commit/e4f0129) chore: drop go1.15 support ([#&#8203;1331](https://github.com/swaggo/swag/issues/1331))
[`277a278`](https://github.com/swaggo/swag/commit/277a278) chore: increment version ([#&#8203;1350](https://github.com/swaggo/swag/issues/1350))
[`74e96c9`](https://github.com/swaggo/swag/commit/74e96c9) feat. add support formData \[]file ([#&#8203;1332](https://github.com/swaggo/swag/issues/1332))
[`04c699c`](https://github.com/swaggo/swag/commit/04c699c) fix issue [#&#8203;1346](https://github.com/swaggo/swag/issues/1346) about generics ([#&#8203;1348](https://github.com/swaggo/swag/issues/1348))
[`075c176`](https://github.com/swaggo/swag/commit/075c176) refactor: move from io/ioutil to io and os packages ([#&#8203;1334](https://github.com/swaggo/swag/issues/1334))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#102
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-18 04:20:34 +00:00
8b781e187e chore(deps): update module github.com/urfave/cli/v2 to v2.20.2 (#97)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.17.1` -> `v2.20.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.20.2`](https://github.com/urfave/cli/releases/tag/v2.20.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.20.1...v2.20.2)

#### What's Changed

-   Fix:(issue\_1206) Default value shouldnt depend on env variable or val… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1528

**Full Changelog**: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2

### [`v2.20.1`](https://github.com/urfave/cli/releases/tag/v2.20.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.20.0...v2.20.1)

#### What's Changed

-   Docs: Fix docs from merged PR1498 by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1532
-   Cleanup: Fix app.go formatting by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1533

**Full Changelog**: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1

### [`v2.20.0`](https://github.com/urfave/cli/releases/tag/v2.20.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.19.3...v2.20.0)

#### What's Changed

-   Cleanup redundant code in App/Command by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1498

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0

### [`v2.19.3`](https://github.com/urfave/cli/releases/tag/v2.19.3)

[Compare Source](https://github.com/urfave/cli/compare/v2.19.2...v2.19.3)

#### What's Changed

-   Build and run `urfave-cli-genflags` via its `Makefile` by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1526

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3

### [`v2.19.2`](https://github.com/urfave/cli/releases/tag/v2.19.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.19.1...v2.19.2)

#### What's Changed

-   fix: stop automatic sorting for --help by [@&#8203;FGYFFFF](https://github.com/FGYFFFF) in https://github.com/urfave/cli/pull/1430

#### New Contributors

-   [@&#8203;FGYFFFF](https://github.com/FGYFFFF) made their first contribution in https://github.com/urfave/cli/pull/1430

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2

### [`v2.19.1`](https://github.com/urfave/cli/releases/tag/v2.19.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.19.0...v2.19.1)

#### What's Changed

-   Fix:(issue\_1500). Fix slice flag value duplication issue by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1502

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1

### [`v2.19.0`](https://github.com/urfave/cli/releases/tag/v2.19.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.18.2...v2.19.0)

#### What's Changed

-   Fix:(issue\_1505) Fix flag alignment in help by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1506

**Full Changelog**: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0

### [`v2.18.2`](https://github.com/urfave/cli/releases/tag/v2.18.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.18.1...v2.18.2)

#### What's Changed

-   Configure GenericFlag's Destination type as struct not pointer by [@&#8203;nkuba](https://github.com/nkuba) in https://github.com/urfave/cli/pull/1442

#### New Contributors

-   [@&#8203;nkuba](https://github.com/nkuba) made their first contribution in https://github.com/urfave/cli/pull/1442

**Full Changelog**: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2

### [`v2.18.1`](https://github.com/urfave/cli/releases/tag/v2.18.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.18.0...v2.18.1)

#### What's Changed

-   Ensure "generate" step runs in CI prior to diff check by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1504

**Full Changelog**: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1

### [`v2.18.0`](https://github.com/urfave/cli/releases/tag/v2.18.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.17.2...v2.18.0)

#### What's Changed

-   Call FlagStringer in String() method of slice flags by [@&#8203;fjl](https://github.com/fjl) in https://github.com/urfave/cli/pull/1508

#### New Contributors

-   [@&#8203;fjl](https://github.com/fjl) made their first contribution in https://github.com/urfave/cli/pull/1508

**Full Changelog**: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0

### [`v2.17.2`](https://github.com/urfave/cli/releases/tag/v2.17.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.17.1...v2.17.2)

#### What's Changed

-   Remove nonexistent phony targets by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1503
-   wrap: Avoid trailing whitespace for empty lines by [@&#8203;abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/1513

#### New Contributors

-   [@&#8203;abitrolly](https://github.com/abitrolly) made their first contribution in https://github.com/urfave/cli/pull/1513

**Full Changelog**: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#97
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-17 04:59:41 +00:00
ef1027222d chore(deps): update module github.com/riandyrn/otelchi to v0.5.0 (#90)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi) | require | minor | `v0.4.0` -> `v0.5.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>riandyrn/otelchi</summary>

### [`v0.5.0`](https://github.com/riandyrn/otelchi/releases/tag/v0.5.0)

[Compare Source](https://github.com/riandyrn/otelchi/compare/v0.4.0...v0.5.0)

#### What's Changed

-   Feat: Add option [`WithFilter`](https://github.com/riandyrn/otelchi/blob/master/config.go#L75-L82) to ignore tracing in certain endpoints as described in [#&#8203;10](https://github.com/riandyrn/otelchi/issues/10). Contributed by [@&#8203;hsblhsn](https://github.com/hsblhsn).
-   Docs: Add multi services example to make it easy for people to get started using `otelchi`.

**Full Changelog**: https://github.com/riandyrn/otelchi/compare/v0.4.0...v0.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#90
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-06 12:58:03 +00:00
1821291a10 chore(deps): update module github.com/urfave/cli/v2 to v2.17.1 (#87)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.16.3` -> `v2.17.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.17.1`](https://github.com/urfave/cli/releases/tag/v2.17.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.17.0...v2.17.1)

#### What's Changed

-   Fix help results inconsistency by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1499

**Full Changelog**: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1

### [`v2.17.0`](https://github.com/urfave/cli/releases/tag/v2.17.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.6...v2.17.0)

#### What's Changed

-   Flag-level Action by [@&#8203;xwjdsh](https://github.com/xwjdsh) in https://github.com/urfave/cli/pull/1337

#### New Contributors

-   [@&#8203;xwjdsh](https://github.com/xwjdsh) made their first contribution in https://github.com/urfave/cli/pull/1337

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0

### [`v2.16.6`](https://github.com/urfave/cli/releases/tag/v2.16.6)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.5...v2.16.6)

#### What's Changed

-   fix: Context.Set no such flag by [@&#8203;Torwang1](https://github.com/Torwang1) in https://github.com/urfave/cli/pull/1497

#### New Contributors

-   [@&#8203;Torwang1](https://github.com/Torwang1) made their first contribution in https://github.com/urfave/cli/pull/1497

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.5...v2.16.6

### [`v2.16.5`](https://github.com/urfave/cli/releases/tag/v2.16.5)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.4...v2.16.5)

#### What's Changed

-   Fix:(issue\_1197) Set destination field from altsrc for slice flags by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1495

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.4...v2.16.5

### [`v2.16.4`](https://github.com/urfave/cli/releases/tag/v2.16.4)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.3...v2.16.4)

#### What's Changed

-   Accept the `MKDOCS_REMOTE_GITHUB_TOKEN` var as intended by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1493

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.3...v2.16.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#87
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-30 13:02:56 +00:00
427d1f8755 chore(deps): update module github.com/swaggo/swag to v1.8.6 (#85)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | require | patch | `v1.8.5` -> `v1.8.6` |

---

### Release Notes

<details>
<summary>swaggo/swag</summary>

### [`v1.8.6`](https://github.com/swaggo/swag/releases/tag/v1.8.6)

[Compare Source](https://github.com/swaggo/swag/compare/v1.8.5...v1.8.6)

##### Changelog

[`bc895ed`](https://github.com/swaggo/swag/commit/bc895ed) Fix formatting crosstalk ([#&#8203;1317](https://github.com/swaggo/swag/issues/1317))
[`c9385a8`](https://github.com/swaggo/swag/commit/c9385a8) build a docker image and push to ghcr.io ([#&#8203;1329](https://github.com/swaggo/swag/issues/1329))
[`5fbb18f`](https://github.com/swaggo/swag/commit/5fbb18f) chore: update version ([#&#8203;1330](https://github.com/swaggo/swag/issues/1330))
[`cf1c4a7`](https://github.com/swaggo/swag/commit/cf1c4a7) fix: Generic Fields does not handle Arrays ([#&#8203;1311](https://github.com/swaggo/swag/issues/1311))
[`b8f53da`](https://github.com/swaggo/swag/commit/b8f53da) fix: Generic Fields does not handle Arrays in the .swaggo file ([#&#8203;1322](https://github.com/swaggo/swag/issues/1322))
[`2cd7ab5`](https://github.com/swaggo/swag/commit/2cd7ab5) fix: Generics not detected if name does not contain a pkg path ([#&#8203;1328](https://github.com/swaggo/swag/issues/1328))
[`007219f`](https://github.com/swaggo/swag/commit/007219f) fix: funcDeclaration body check ([#&#8203;1310](https://github.com/swaggo/swag/issues/1310))
[`e7ccdf4`](https://github.com/swaggo/swag/commit/e7ccdf4) refactor func splitStructName ([#&#8203;1313](https://github.com/swaggo/swag/issues/1313))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#85
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-18 10:13:25 +00:00
7415d32923 refactor: replace github.com/Kichiyaki/chizap -> gitea.dwysokinski.me/Kichiyaki/chizap (#84)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#84
2022-09-17 09:49:53 +00:00
37ff92689e refactor: remove deprecated package (github.com/Kichiyaki/appmode/v2) (#81)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#81
2022-09-16 04:51:47 +00:00
b66a9d5434 chore: update deps (#78)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#78
2022-09-13 03:53:14 +00:00
4e4493e33f feat: tracing (#76)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#76
2022-09-12 05:34:46 +00:00
97f1fb85f2 chore(deps): update module github.com/urfave/cli/v2 to v2.14.1 (#70)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.11.2` -> `v2.14.1` |

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.14.1`](https://github.com/urfave/cli/releases/tag/v2.14.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.14.0...v2.14.1)

#### What's Changed

-   Fix:(issue\_1272) Generic flag not set from env by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1458
-   GitHub Workflows security hardening by [@&#8203;sashashura](https://github.com/sashashura) in https://github.com/urfave/cli/pull/1469

#### New Contributors

-   [@&#8203;sashashura](https://github.com/sashashura) made their first contribution in https://github.com/urfave/cli/pull/1469

**Full Changelog**: https://github.com/urfave/cli/compare/v2.14.0...v2.14.1

### [`v2.14.0`](https://github.com/urfave/cli/releases/tag/v2.14.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.13.0...v2.14.0)

#### What's Changed

-   Update v2 dead link by [@&#8203;abousselmi](https://github.com/abousselmi) in https://github.com/urfave/cli/pull/1466
-   Fix:(issue\_1293) Wrap usage text for commands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1460
-   Add App.InvalidFlagAccessHandler by [@&#8203;icholy](https://github.com/icholy) in https://github.com/urfave/cli/pull/1446

#### New Contributors

-   [@&#8203;abousselmi](https://github.com/abousselmi) made their first contribution in https://github.com/urfave/cli/pull/1466
-   [@&#8203;icholy](https://github.com/icholy) made their first contribution in https://github.com/urfave/cli/pull/1446

**Full Changelog**: https://github.com/urfave/cli/compare/v2.13.0...v2.14.0

### [`v2.13.0`](https://github.com/urfave/cli/releases/tag/v2.13.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.3...v2.13.0)

#### What's Changed

-   Fix:(issue\_1094) Dont execute Before/After handlers during shell comp… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1457
-   Fix:(issue\_1455) Allow bool flags from input altsrc by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1456
-   Add configurable Base to int, uint and uint64 flags by [@&#8203;ccremer](https://github.com/ccremer) in https://github.com/urfave/cli/pull/1464
-   fix: allow required flag with one character by [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) in https://github.com/urfave/cli/pull/1449
-   Add support for alias in YAMLs by [@&#8203;james-prysm](https://github.com/james-prysm) in https://github.com/urfave/cli/pull/1448

#### New Contributors

-   [@&#8203;ccremer](https://github.com/ccremer) made their first contribution in https://github.com/urfave/cli/pull/1464
-   [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) made their first contribution in https://github.com/urfave/cli/pull/1449
-   [@&#8203;james-prysm](https://github.com/james-prysm) made their first contribution in https://github.com/urfave/cli/pull/1448

**Full Changelog**: https://github.com/urfave/cli/compare/v2.12.3...v2.13.0

### [`v2.12.3`](https://github.com/urfave/cli/releases/tag/v2.12.3)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.2...v2.12.3)

#### What's Changed

-   issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454
-   Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451
-   Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452
-   docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453

#### New Contributors

-   [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453

**Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.3

### [`v2.12.2`](https://github.com/urfave/cli/releases/tag/v2.12.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.1...v2.12.2)

#### What's Changed

-   issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454
-   Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451
-   Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452
-   docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453

#### New Contributors

-   [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453

**Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.2

### [`v2.12.1`](https://github.com/urfave/cli/releases/tag/v2.12.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.0...v2.12.1)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.5...v2.12.1

### [`v2.12.0`](https://github.com/urfave/cli/releases/tag/v2.12.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.5...v2.12.0)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.12.0

### [`v2.11.5`](https://github.com/urfave/cli/releases/tag/v2.11.5)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.4...v2.11.5)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.5

### [`v2.11.4`](https://github.com/urfave/cli/releases/tag/v2.11.4)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.3...v2.11.4)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.4

### [`v2.11.3`](https://github.com/urfave/cli/releases/tag/v2.11.3)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.2...v2.11.3)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC4zIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#70
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-07 04:20:39 +00:00
aed56ea34f chore(deps): update module github.com/uptrace/bun to v1.1.8 (#54)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | require | patch | `v1.1.7` -> `v1.1.8` |

---

### Release Notes

<details>
<summary>uptrace/bun</summary>

### [`v1.1.8`](https://github.com/uptrace/bun/releases/tag/v1.1.8)

[Compare Source](https://github.com/uptrace/bun/compare/v1.1.7...v1.1.8)

Please refer to [CHANGELOG.md](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) for details

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE3My4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#54
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-30 05:16:31 +00:00
9d38a4f0cf chore(deps): update module go.uber.org/zap to v1.23.0 (#45)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.22.0` -> `v1.23.0` |

---

### Release Notes

<details>
<summary>uber-go/zap</summary>

### [`v1.23.0`](https://github.com/uber-go/zap/releases/tag/v1.23.0)

[Compare Source](https://github.com/uber-go/zap/compare/v1.22.0...v1.23.0)

Enhancements:

-   [#&#8203;1147][]: Add a `zapcore.LevelOf` function to determine the level of a
    `LevelEnabler` or `Core`.
-   [#&#8203;1155][]: Add `zap.Stringers` field constructor to log arrays of objects
    that implement `String() string`.

[#&#8203;1147]: https://github.com/uber-go/zap/pull/1147

[#&#8203;1155]: https://github.com/uber-go/zap/pull/1155

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2NC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#45
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-26 03:36:50 +00:00
3ea31a3095 chore(deps): update module github.com/swaggo/swag to v1.8.5 (#46)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | require | patch | `v1.8.4` -> `v1.8.5` |

---

### Release Notes

<details>
<summary>swaggo/swag</summary>

### [`v1.8.5`](https://github.com/swaggo/swag/releases/tag/v1.8.5)

[Compare Source](https://github.com/swaggo/swag/compare/v1.8.4...v1.8.5)

##### Changelog

[`2f148dd`](https://github.com/swaggo/swag/commit/2f148dd) Extended generics support ([#&#8203;1277](https://github.com/swaggo/swag/issues/1277))
[`23661ef`](https://github.com/swaggo/swag/commit/23661ef) chore: set CGO_ENABLED=0  for goreleaser to avoid dynamic linking ([#&#8203;1293](https://github.com/swaggo/swag/issues/1293))
[`732c087`](https://github.com/swaggo/swag/commit/732c087) doc: add function scoped struct declaration example ([#&#8203;1296](https://github.com/swaggo/swag/issues/1296))
[`45f01a1`](https://github.com/swaggo/swag/commit/45f01a1) feat: add function scoped struct parse ([#&#8203;1283](https://github.com/swaggo/swag/issues/1283))
[`cf03796`](https://github.com/swaggo/swag/commit/cf03796) feat: get swagger instance from register ([#&#8203;1298](https://github.com/swaggo/swag/issues/1298))
[`af1c525`](https://github.com/swaggo/swag/commit/af1c525) fix: Go generics cannot find common package object type definition ([#&#8203;1281](https://github.com/swaggo/swag/issues/1281))
[`9d34a76`](https://github.com/swaggo/swag/commit/9d34a76) fix: Nested generic fields not fully working, if generic type is from… ([#&#8203;1305](https://github.com/swaggo/swag/issues/1305))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE3My4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#46
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-26 03:34:23 +00:00
9367b1f7e7 feat: add openapi (#42)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#42
2022-08-23 04:33:38 +00:00
6e19d0ebfc chore(deps): update module github.com/urfave/cli/v2 to v2.11.2 (#32)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | patch | `v2.11.1` -> `v2.11.2` |

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.11.2`](https://github.com/urfave/cli/releases/tag/v2.11.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.1...v2.11.2)

#### What's Changed

-   Fix HideHelp by [@&#8203;Dokiys](https://github.com/Dokiys) in https://github.com/urfave/cli/pull/1445
-   Fix After not run by [@&#8203;Dokiys](https://github.com/Dokiys) in https://github.com/urfave/cli/pull/1444

#### New Contributors

-   [@&#8203;Dokiys](https://github.com/Dokiys) made their first contribution in https://github.com/urfave/cli/pull/1445

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.1...v2.11.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OS4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#32
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-21 05:46:25 +00:00
0e8c5bf979 chore(deps): update module go.uber.org/zap to v1.22.0 (#27)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.21.0` -> `v1.22.0` |

---

### Release Notes

<details>
<summary>uber-go/zap</summary>

### [`v1.22.0`](https://github.com/uber-go/zap/releases/tag/v1.22.0)

[Compare Source](https://github.com/uber-go/zap/compare/v1.21.0...v1.22.0)

Enhancements:

-   [#&#8203;1071][]: Add `zap.Objects` and `zap.ObjectValues` field constructors to log
    arrays of objects. With these two constructors, you don't need to implement
    `zapcore.ArrayMarshaler` for use with `zap.Array` if those objects implement
    `zapcore.ObjectMarshaler`.
-   [#&#8203;1079][]: Add `SugaredLogger.WithOptions` to build a copy of an existing
    `SugaredLogger` with the provided options applied.
-   [#&#8203;1080][]: Add `*ln` variants to `SugaredLogger` for each log level.
    These functions provide a string joining behavior similar to `fmt.Println`.
-   [#&#8203;1088][]: Add `zap.WithFatalHook` option to control the behavior of the
    logger for `Fatal`-level log entries. This defaults to exiting the program.
-   [#&#8203;1108][]: Add a `zap.Must` function that you can use with `NewProduction` or
    `NewDevelopment` to panic if the system was unable to build the logger.
-   [#&#8203;1118][]: Add a `Logger.Log` method that allows specifying the log level for
    a statement dynamically.

Thanks to [@&#8203;cardil](https://github.com/cardil), [@&#8203;craigpastro](https://github.com/craigpastro), [@&#8203;sashamelentyev](https://github.com/sashamelentyev), [@&#8203;shota3506](https://github.com/shota3506), and [@&#8203;zhupeijun](https://github.com/zhupeijun)
for their contributions to this release.

[#&#8203;1071]: https://github.com/uber-go/zap/pull/1071

[#&#8203;1079]: https://github.com/uber-go/zap/pull/1079

[#&#8203;1080]: https://github.com/uber-go/zap/pull/1080

[#&#8203;1088]: https://github.com/uber-go/zap/pull/1088

[#&#8203;1108]: https://github.com/uber-go/zap/pull/1108

[#&#8203;1118]: https://github.com/uber-go/zap/pull/1118

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#27
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-10 04:18:16 +00:00
742a9046e0 feat: add ServerConsumer (#16)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#16
2022-08-04 05:09:12 +00:00
d8530fe05b chore(deps): update module github.com/uptrace/bun to v1.1.7 (#10)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | require | patch | `v1.1.6` -> `v1.1.7` |

---

### Release Notes

<details>
<summary>uptrace/bun</summary>

### [`v1.1.7`](https://github.com/uptrace/bun/releases/tag/v1.1.7)

[Compare Source](https://github.com/uptrace/bun/compare/v1.1.6...v1.1.7)

Please refer to [CHANGELOG.md](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) for details

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyMC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#10
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-07-30 13:23:51 +00:00
81358b22e8 feat: add a new cmd responsible for sending info about the start of the data update process (#13)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#13
2022-07-30 13:16:44 +00:00
b909f08e3e chore(deps): update module github.com/google/go-cmp to v0.5.8 (#8)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-07-28 06:25:28 +00:00
682939a3cf feat: add skaffold.yml (#9)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#9
2022-07-28 05:35:07 +00:00
602f5456bc feat: add a new endpoint - GET /api/v1/versions (#7)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#7
2022-07-27 05:28:00 +00:00
aac75b597f feat: add version repo (#6)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#6
2022-07-27 04:39:05 +00:00
881b8b79bd feat: add a new command - db (#5)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#5
2022-07-25 04:31:48 +00:00
be8892e532 feat: add tw.Client (#4)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#4
2022-07-24 16:19:27 +00:00