Commit Graph

8 Commits

Author SHA1 Message Date
Dawid Wysokiński e4fc462b88
chore(deps): update module github.com/golangci/golangci-lint to v1.51.2
continuous-integration/drone/push Build is passing Details
2023-02-20 07:30:23 +01:00
renovate bf55175494 chore(deps): update module github.com/golangci/golangci-lint to v1.51.1 (#42)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | require | patch | `v1.51.0` -> `v1.51.1` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint</summary>

### [`v1.51.1`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1511)

[Compare Source](https://github.com/golangci/golangci-lint/compare/v1.51.0...v1.51.1)

1.  updated linters
    -   `ginkgolinter`: from 0.7.1 to 0.8.1
    -   `ineffassign`: bump to HEAD
    -   `musttag`: from 0.4.3 to 0.4.4
    -   `sqlclosecheck`: from 0.3.0 to 0.4.0
    -   `staticcheck`: bump to v0.4.0
    -   `wastedassign`: from 2.0.6 to 2.0.7
    -   `wrapcheck`: from 2.7.0 to 2.8.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, check this box

---

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #42
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2023-02-06 06:16:47 +00:00
renovate a33b9b6da7 chore(deps): update module github.com/maxbrunsfeld/counterfeiter/v6 to v6.6.1 (#41)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | require | minor | `v6.5.0` -> `v6.6.1` |

---

### Release Notes

<details>
<summary>maxbrunsfeld/counterfeiter</summary>

### [`v6.6.1`](https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.6.1)

[Compare Source](https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.0...v6.6.1)

-    fix GitHub Actions workflow: `setup-go` directive for `go 1.20` requires quotes for version `'1.20'`

Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.0...v6.6.1

### [`v6.6.0`](https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.6.0)

[Compare Source](https://github.com/maxbrunsfeld/counterfeiter/compare/v6.5.0...v6.6.0)

-   ⬆️  update dependencies

Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.5.0...v6.6.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, check this box

---

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #41
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2023-02-05 07:31:50 +00:00
Dawid Wysokiński 3ddacaab0a
chore: update github.com/golangci/golangci-lint to v1.51.0
continuous-integration/drone/push Build is passing Details
2023-02-03 07:37:33 +01:00
Dawid Wysokiński 26b87f84ea
chore: internal/tools - Go 1.20
continuous-integration/drone/push Build is passing Details
2023-02-02 06:36:49 +01:00
Dawid Wysokiński 79bc3eed46 feat: add a new REST endpoint - GET /api/v1/user (#7)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #7
2022-11-21 05:54:42 +00:00
Dawid Wysokiński ffcb965590 feat: add a new command - db apikey create (#6)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #6
2022-11-20 08:14:41 +00:00
Dawid Wysokiński f483a74719
init 2022-11-17 06:57:04 +01:00