1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
6af1f4a028
Upgrade Go to 1.21 2023-12-23 12:28:27 +01:00
421bde13f5
Upgrade Wails to 2.7.1 2023-12-23 11:51:35 +01:00
ef9318576a
Removed Zenity dependency 2023-12-22 15:26:29 +01:00
208db82ba7
Update packages 2023-12-22 15:10:56 +01:00
dependabot[bot]
ddb3fefae5
Bump golang.org/x/crypto from 0.1.0 to 0.17.0 (#67)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0
to 0.17.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9d2ee975ef"><code>9d2ee97</code></a>
ssh: implement strict KEX protocol changes</li>
<li><a
href="4e5a26183e"><code>4e5a261</code></a>
ssh: close net.Conn on all NewServerConn errors</li>
<li><a
href="152cdb1503"><code>152cdb1</code></a>
x509roots/fallback: update bundle</li>
<li><a
href="fdfe1f8531"><code>fdfe1f8</code></a>
ssh: defer channel window adjustment</li>
<li><a
href="b8ffc16e10"><code>b8ffc16</code></a>
blake2b: drop Go 1.6, Go 1.8 compatibility</li>
<li><a
href="7e6fbd82c8"><code>7e6fbd8</code></a>
ssh: wrap errors from client handshake</li>
<li><a
href="bda2f3f5cf"><code>bda2f3f</code></a>
argon2: avoid clobbering BP</li>
<li><a
href="325b735346"><code>325b735</code></a>
ssh/test: skip TestSSHCLIAuth on Windows</li>
<li><a
href="1eadac50a5"><code>1eadac5</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="b2d7c26edb"><code>b2d7c26</code></a>
ssh: add (*Client).DialContext method</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/crypto/compare/v0.1.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.1.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/garraflavatra/rolens/network/alerts).

</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romein van Buren <romein@vburen.nl>
2023-12-22 15:04:44 +01:00
7f2adb2df2
Bump required Go version to 1.20 2023-12-22 14:15:46 +01:00
bd265d0548
Multiline tabbar 2023-06-23 14:33:39 +02:00
dependabot[bot]
a4262a6ab7
Bump golang.org/x/sync from 0.2.0 to 0.3.0 (#39)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 14:44:10 +02:00
dependabot[bot]
cde13d9ec0
Bump github.com/ncruces/zenity from 0.10.8 to 0.10.9 (#34)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 16:20:06 +02:00
dependabot[bot]
19d9b8addd
Bump github.com/wailsapp/wails/v2 from 2.3.1 to 2.5.1 (#35)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 16:19:58 +02:00
dependabot[bot]
67ebaecb31
Bump go.mongodb.org/mongo-driver from 1.11.6 to 1.11.7 (#36)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 16:19:49 +02:00
b29b534b2f
Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
dependabot[bot]
c0f072b72e
Bump github.com/wailsapp/wails/v2 from 2.3.1 to 2.5.1 (#21)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 21:50:02 +02:00
dependabot[bot]
8e5beb9a2d
Bump golang.org/x/sync from 0.1.0 to 0.2.0 (#20)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 21:49:54 +02:00
27dc1f9117
Get rid of concurrent map writes, once and for all 2023-05-31 19:18:30 +02:00
620961266f
Lockfile updates 2023-05-31 14:59:44 +02:00
dependabot[bot]
4f1917207e
Bump github.com/wailsapp/wails/v2 from 2.3.1 to 2.5.1 (#12)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 14:56:16 +02:00
dependabot[bot]
37df4fb9d7
Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.6 (#14)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 14:56:08 +02:00
5b636a39b4
Downgrade bson package to 4.7.0 2023-05-30 20:58:42 +02:00
dependabot[bot]
506701aa40
Bump github.com/wailsapp/wails/v2 from 2.3.1 to 2.5.1 (#5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 20:45:18 +02:00
dependabot[bot]
1c6380c2b3
Bump github.com/ncruces/zenity from 0.10.6 to 0.10.8 (#6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 20:43:26 +02:00
dependabot[bot]
38b0b9c9af
Bump github.com/google/uuid from 1.1.2 to 1.3.0 (#8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 20:43:08 +02:00
bd18b54842
Zenity dialogs 2023-02-20 21:04:01 +01:00
64caea4d81
Beep 2023-02-18 15:54:18 +01:00
9f095697f5
Renamed application to statisfy MongoDB's rights 2023-01-20 20:46:07 +01:00
b8f1f241f1
Hosts and settings 2023-01-18 20:59:00 +01:00
101d892139
Initial commit 2023-01-10 17:28:27 +01:00