2023-07-03 21:07:41 +02:00
|
|
|
module github.com/kairos-io/provider-kairos/v2
|
2022-08-10 18:55:20 +02:00
|
|
|
|
2023-10-23 20:29:02 +02:00
|
|
|
// as soon as https://github.com/kairos-io/provider-kairos/actions/runs/6123251646/job/16620757329#step:7:224
|
|
|
|
// is fixed, we are able to switch to go 1.21
|
|
|
|
go 1.20
|
2022-08-10 18:55:20 +02:00
|
|
|
|
2022-08-12 15:55:47 +02:00
|
|
|
replace github.com/elastic/gosigar => github.com/mudler/gosigar v0.14.3-0.20220502202347-34be910bdaaf
|
2022-08-10 18:55:20 +02:00
|
|
|
|
|
|
|
require (
|
2023-02-07 15:03:34 +01:00
|
|
|
github.com/bramvdbogaerde/go-scp v1.2.1
|
2023-10-28 19:34:07 +00:00
|
|
|
github.com/creack/pty v1.1.20
|
2022-08-12 09:40:40 +02:00
|
|
|
github.com/gliderlabs/ssh v0.2.2
|
2023-05-17 11:32:17 +03:00
|
|
|
github.com/google/go-containerregistry v0.15.2
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/ipfs/go-log v1.0.5
|
2023-07-10 18:10:33 +02:00
|
|
|
github.com/kairos-io/kairos-agent/v2 v2.1.11-0.20230710123948-9c5731baa2e3
|
2023-10-27 10:30:51 +02:00
|
|
|
github.com/kairos-io/kairos-sdk v0.0.15
|
Update module github.com/luthermonson/go-proxmox to v0.0.0-beta1 (#490)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox)
| require | patch | `v0.0.0-alpha3` -> `v0.0.0-beta1` |
---
### Release Notes
<details>
<summary>luthermonson/go-proxmox
(github.com/luthermonson/go-proxmox)</summary>
###
[`v0.0.0-beta1`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-beta1)
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha9...v0.0.0-beta1)
#### What's Changed
- Add context support by
[@​jqueuniet](https://togithub.com/jqueuniet) in
[https://github.com/luthermonson/go-proxmox/pull/97](https://togithub.com/luthermonson/go-proxmox/pull/97)
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha10...v0.0.0-beta1
###
[`v0.0.0-alpha9`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha9)
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha8...v0.0.0-alpha9)
#### What's Changed
- adding group update/delete tests by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/93](https://togithub.com/luthermonson/go-proxmox/pull/93)
- add node and node version test by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/94](https://togithub.com/luthermonson/go-proxmox/pull/94)
- fix node network deserialization by
[@​simplysoft](https://togithub.com/simplysoft) in
[https://github.com/luthermonson/go-proxmox/pull/95](https://togithub.com/luthermonson/go-proxmox/pull/95)
- extend storage up & download by
[@​simplysoft](https://togithub.com/simplysoft) in
[https://github.com/luthermonson/go-proxmox/pull/96](https://togithub.com/luthermonson/go-proxmox/pull/96)
#### New Contributors
- [@​simplysoft](https://togithub.com/simplysoft) made their first
contribution in
[https://github.com/luthermonson/go-proxmox/pull/95](https://togithub.com/luthermonson/go-proxmox/pull/95)
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha8...v0.0.0-alpha9
###
[`v0.0.0-alpha8`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha8)
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha7...v0.0.0-alpha8)
#### What's Changed
- adding missing vm fields, added vm rdddata by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/85](https://togithub.com/luthermonson/go-proxmox/pull/85)
- adding roles by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/86](https://togithub.com/luthermonson/go-proxmox/pull/86)
- adding missing networks fields, moving networks to own file, added
network(s) tests by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/88](https://togithub.com/luthermonson/go-proxmox/pull/88)
- adding vm ping test by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/89](https://togithub.com/luthermonson/go-proxmox/pull/89)
- adding acl by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/90](https://togithub.com/luthermonson/go-proxmox/pull/90)
- adding tests for domains by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/91](https://togithub.com/luthermonson/go-proxmox/pull/91)
- adding domain type, renamed timeframe const by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/92](https://togithub.com/luthermonson/go-proxmox/pull/92)
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha7...v0.0.0-alpha8
###
[`v0.0.0-alpha7`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha7)
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha6...v0.0.0-alpha7)
#### What's Changed
- Adding Groups by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/82](https://togithub.com/luthermonson/go-proxmox/pull/82)
- Adding users and tokens by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/83](https://togithub.com/luthermonson/go-proxmox/pull/83)
- Refactor pools to drop PoolAPI and add pool resource filters by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/81](https://togithub.com/luthermonson/go-proxmox/pull/81)
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha6...v0.0.0-alpha7
###
[`v0.0.0-alpha6`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha6)
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha5...v0.0.0-alpha6)
#### What's Changed
- adding domain endpoints for realm management by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/78](https://togithub.com/luthermonson/go-proxmox/pull/78)
- Fix warnings raised by Goland by
[@​jqueuniet](https://togithub.com/jqueuniet) in
[https://github.com/luthermonson/go-proxmox/pull/80](https://togithub.com/luthermonson/go-proxmox/pull/80)
- Implement pool API by
[@​jqueuniet](https://togithub.com/jqueuniet) in
[https://github.com/luthermonson/go-proxmox/pull/79](https://togithub.com/luthermonson/go-proxmox/pull/79)
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha5...v0.0.0-alpha6
###
[`v0.0.0-alpha5`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha5)
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha4...v0.0.0-alpha5)
#### What's Changed
- Deprecate Old Access funcs in Favor of Options by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/74](https://togithub.com/luthermonson/go-proxmox/pull/74)
- add lint to ci process, add mage comments by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/72](https://togithub.com/luthermonson/go-proxmox/pull/72)
- Add missing fields to virtual machine config and cluster resource by
[@​jqueuniet](https://togithub.com/jqueuniet) in
[https://github.com/luthermonson/go-proxmox/pull/73](https://togithub.com/luthermonson/go-proxmox/pull/73)
- add Password by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/75](https://togithub.com/luthermonson/go-proxmox/pull/75)
- rewrite cluster resources to use url and add tests by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/76](https://togithub.com/luthermonson/go-proxmox/pull/76)
- Do not fail if cloudinit iso is not found by
[@​mcbenjemaa](https://togithub.com/mcbenjemaa) in
[https://github.com/luthermonson/go-proxmox/pull/77](https://togithub.com/luthermonson/go-proxmox/pull/77)
#### New Contributors
- [@​mcbenjemaa](https://togithub.com/mcbenjemaa) made their first
contribution in
[https://github.com/luthermonson/go-proxmox/pull/77](https://togithub.com/luthermonson/go-proxmox/pull/77)
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha4...v0.0.0-alpha5
###
[`v0.0.0-alpha4`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha4)
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha3...v0.0.0-alpha4)
#### What's Changed
- Extend cloud-init ISO builder to include vendor-data and
network-config by [@​jqueuniet](https://togithub.com/jqueuniet) in
[https://github.com/luthermonson/go-proxmox/pull/51](https://togithub.com/luthermonson/go-proxmox/pull/51)
- basic framework to gock out the entire pve api by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/52](https://togithub.com/luthermonson/go-proxmox/pull/52)
- moving integration tests by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/53](https://togithub.com/luthermonson/go-proxmox/pull/53)
- Better handle the optionality of network-config and vendor-data by
[@​jqueuniet](https://togithub.com/jqueuniet) in
[https://github.com/luthermonson/go-proxmox/pull/54](https://togithub.com/luthermonson/go-proxmox/pull/54)
- Add missing uptime field in NodeStatus by
[@​FedericoAntoniazzi](https://togithub.com/FedericoAntoniazzi) in
[https://github.com/luthermonson/go-proxmox/pull/55](https://togithub.com/luthermonson/go-proxmox/pull/55)
- fixes for agent exec by
[@​boyvinall](https://togithub.com/boyvinall) in
[https://github.com/luthermonson/go-proxmox/pull/57](https://togithub.com/luthermonson/go-proxmox/pull/57)
- make sure we get a number, it not we set 0 by
[@​earentir](https://togithub.com/earentir) in
[https://github.com/luthermonson/go-proxmox/pull/58](https://togithub.com/luthermonson/go-proxmox/pull/58)
- upgrade to go 1.20 and add gophers slack channel by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/60](https://togithub.com/luthermonson/go-proxmox/pull/60)
- Cleanup by [@​luthermonson](https://togithub.com/luthermonson)
in
[https://github.com/luthermonson/go-proxmox/pull/62](https://togithub.com/luthermonson/go-proxmox/pull/62)
- removing route abstract and using gock directly by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/63](https://togithub.com/luthermonson/go-proxmox/pull/63)
- move mock config, add /nodes by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/64](https://togithub.com/luthermonson/go-proxmox/pull/64)
- adding a couple cluster tests by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/65](https://togithub.com/luthermonson/go-proxmox/pull/65)
- fix cpulimit type to float32 by
[@​ricardoalcantara](https://togithub.com/ricardoalcantara) in
[https://github.com/luthermonson/go-proxmox/pull/67](https://togithub.com/luthermonson/go-proxmox/pull/67)
- adding noop error and ignoring task from addtag in cloudinit by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/70](https://togithub.com/luthermonson/go-proxmox/pull/70)
- adding StringOrFloat64 by
[@​luthermonson](https://togithub.com/luthermonson) in
[https://github.com/luthermonson/go-proxmox/pull/71](https://togithub.com/luthermonson/go-proxmox/pull/71)
#### New Contributors
- [@​FedericoAntoniazzi](https://togithub.com/FedericoAntoniazzi)
made their first contribution in
[https://github.com/luthermonson/go-proxmox/pull/55](https://togithub.com/luthermonson/go-proxmox/pull/55)
- [@​boyvinall](https://togithub.com/boyvinall) made their first
contribution in
[https://github.com/luthermonson/go-proxmox/pull/57](https://togithub.com/luthermonson/go-proxmox/pull/57)
- [@​earentir](https://togithub.com/earentir) made their first
contribution in
[https://github.com/luthermonson/go-proxmox/pull/58](https://togithub.com/luthermonson/go-proxmox/pull/58)
- [@​ricardoalcantara](https://togithub.com/ricardoalcantara) made
their first contribution in
[https://github.com/luthermonson/go-proxmox/pull/67](https://togithub.com/luthermonson/go-proxmox/pull/67)
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha3...v0.0.0-alpha4
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kairos-io/provider-kairos).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-28 03:07:49 +00:00
|
|
|
github.com/luthermonson/go-proxmox v0.0.0-beta1
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/mudler/edgevpn v0.24.4
|
2023-02-07 15:03:19 +01:00
|
|
|
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/mudler/go-processmanager v0.0.0-20230818213616-f204007f963c
|
|
|
|
github.com/onsi/ginkgo/v2 v2.13.0
|
2023-12-12 10:18:56 +02:00
|
|
|
github.com/onsi/gomega v1.30.0
|
2023-10-05 15:26:57 +00:00
|
|
|
github.com/pterm/pterm v0.12.63
|
2023-05-17 11:34:45 +03:00
|
|
|
github.com/samber/lo v1.38.1
|
2023-05-17 18:00:24 +03:00
|
|
|
github.com/spectrocloud/peg v0.0.0-20230517140709-5c01c852c557
|
2023-07-03 21:12:35 +02:00
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
2023-10-27 10:29:02 +02:00
|
|
|
go.uber.org/zap v1.25.0
|
2023-12-12 10:18:56 +02:00
|
|
|
golang.org/x/crypto v0.14.0
|
2023-10-27 10:29:02 +02:00
|
|
|
golang.org/x/mod v0.12.0
|
2022-08-11 13:30:51 +02:00
|
|
|
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
|
2022-08-10 18:55:20 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
2023-05-04 19:53:20 +03:00
|
|
|
require (
|
2023-12-12 10:20:46 +02:00
|
|
|
github.com/google/uuid v1.4.0
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/kairos-io/go-nodepair v0.0.0-20230424150716-d8f0757542c3
|
|
|
|
github.com/lmittmann/ppm v1.0.2
|
|
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
|
|
|
)
|
2023-03-31 14:31:54 +02:00
|
|
|
|
2022-08-10 18:55:20 +02:00
|
|
|
require (
|
2023-10-05 15:26:57 +00:00
|
|
|
atomicgo.dev/cursor v0.1.3 // indirect
|
2023-01-27 09:59:52 +01:00
|
|
|
atomicgo.dev/keyboard v0.2.9 // indirect
|
2023-05-17 11:38:15 +03:00
|
|
|
atomicgo.dev/schedule v0.0.2 // indirect
|
2023-05-26 13:18:44 +02:00
|
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
2023-10-27 10:30:51 +02:00
|
|
|
github.com/Microsoft/hcsshim v0.11.1 // indirect
|
2022-08-12 09:40:40 +02:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/avast/retry-go v3.0.0+incompatible // indirect
|
|
|
|
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/benbjohnson/clock v1.3.5 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-12-12 11:49:15 +01:00
|
|
|
github.com/buger/goterm v1.0.4 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/c-robinson/iplib v1.0.6 // indirect
|
2022-10-13 09:12:51 +00:00
|
|
|
github.com/cavaliergopher/grab/v3 v3.0.1 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/codingsince1985/checksum v1.3.0 // indirect
|
|
|
|
github.com/containerd/cgroups v1.1.0 // indirect
|
2022-10-29 06:24:12 +00:00
|
|
|
github.com/containerd/console v1.0.3 // indirect
|
2023-10-27 10:30:51 +02:00
|
|
|
github.com/containerd/containerd v1.7.7 // indirect
|
|
|
|
github.com/containerd/continuity v0.4.2 // indirect
|
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
2023-05-17 11:32:17 +03:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/creachadair/otp v0.4.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/denisbrodbeck/machineid v1.0.1 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
2023-05-17 10:18:25 +02:00
|
|
|
github.com/diskfs/go-diskfs v1.3.0 // indirect
|
2023-05-17 11:32:17 +03:00
|
|
|
github.com/docker/cli v23.0.5+incompatible // indirect
|
2022-08-18 13:55:23 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2023-07-10 18:10:33 +02:00
|
|
|
github.com/docker/docker v23.0.6+incompatible // indirect
|
2023-05-17 11:32:17 +03:00
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
2023-05-26 13:18:44 +02:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/elastic/gosigar v0.14.2 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/eliukblau/pixterm v1.3.1 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
|
|
github.com/francoispqt/gojay v1.2.13 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
|
2023-05-03 08:13:14 +02:00
|
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2023-03-31 11:57:57 +02:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-05-26 13:18:44 +02:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2023-03-31 11:57:57 +02:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2023-12-12 10:18:56 +02:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/google/gopacket v1.1.19 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2023-04-04 12:21:43 +02:00
|
|
|
github.com/gookit/color v1.5.3 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
|
|
|
|
github.com/huin/goupnp v1.2.0 // indirect
|
|
|
|
github.com/ipfs/boxo v0.10.0 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/ipfs/go-cid v0.4.1 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/ipfs/go-datastore v0.6.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
|
|
|
|
github.com/ipfs/go-log/v2 v2.5.1 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/ipld/go-ipld-prime v0.20.0 // indirect
|
2023-10-27 10:30:51 +02:00
|
|
|
github.com/itchyny/gojq v0.12.13 // indirect
|
2022-12-03 18:41:41 +01:00
|
|
|
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
|
|
|
|
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
|
|
|
|
github.com/jbenet/goprocess v0.1.4 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
|
2022-12-12 11:49:15 +01:00
|
|
|
github.com/jinzhu/copier v0.3.4 // indirect
|
2023-02-26 17:40:33 +01:00
|
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/koron/go-ssdp v0.0.4 // indirect
|
2023-02-26 17:40:33 +01:00
|
|
|
github.com/labstack/echo/v4 v4.10.2 // indirect
|
2023-01-27 09:59:52 +01:00
|
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/libp2p/go-cidranger v1.1.0 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/libp2p/go-libp2p v0.31.0 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/libp2p/go-libp2p-kad-dht v0.24.2 // indirect
|
|
|
|
github.com/libp2p/go-libp2p-kbucket v0.6.3 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/libp2p/go-libp2p-pubsub v0.9.3 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/libp2p/go-mplex v0.7.0 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/libp2p/go-msgio v0.3.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/libp2p/go-nat v0.2.0 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/libp2p/go-netroute v0.2.1 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/libp2p/go-reuseport v0.4.0 // indirect
|
|
|
|
github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/libp2p/zeroconf/v2 v2.2.0 // indirect
|
2023-07-03 21:13:36 +02:00
|
|
|
github.com/lithammer/fuzzysearch v1.1.8 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
2023-01-25 22:03:27 +01:00
|
|
|
github.com/magefile/mage v1.14.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-07-10 18:10:33 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2022-11-26 12:27:18 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/miekg/dns v1.1.55 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
|
|
|
|
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
2022-08-18 13:55:23 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2023-05-26 13:18:44 +02:00
|
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/mudler/water v0.0.0-20221010214108-8c7313014ce0 // indirect
|
2023-07-10 18:10:33 +02:00
|
|
|
github.com/mudler/yip v1.3.1-0.20230704124832-e5812d0f5890 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/multiformats/go-multiaddr v0.11.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
|
|
|
|
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/multiformats/go-multibase v0.2.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/multiformats/go-multicodec v0.9.0 // indirect
|
|
|
|
github.com/multiformats/go-multihash v0.2.3 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/multiformats/go-multistream v0.4.1 // indirect
|
|
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
2022-08-18 13:55:23 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2023-05-17 11:32:17 +03:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/opencontainers/runtime-spec v1.1.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
2022-10-13 09:12:51 +00:00
|
|
|
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/polydawn/refmt v0.89.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/prometheus/client_golang v1.15.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/qeesung/image2ascii v1.0.1 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
|
|
|
|
github.com/quic-go/quic-go v0.38.1 // indirect
|
|
|
|
github.com/quic-go/webtransport-go v0.5.3 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
github.com/raulk/go-watchdog v1.3.0 // indirect
|
2023-03-07 09:58:05 +01:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-10-27 10:30:51 +02:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.7 // indirect
|
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
2023-07-10 18:10:33 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2022-08-11 13:30:51 +02:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091 // indirect
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2023-10-27 10:30:51 +02:00
|
|
|
github.com/swaggest/jsonschema-go v0.3.59 // indirect
|
|
|
|
github.com/swaggest/refl v1.2.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/twpayne/go-vfs v1.7.2 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-01-27 09:59:52 +01:00
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
2023-05-17 11:32:17 +03:00
|
|
|
github.com/vbatts/tar-split v0.11.3 // indirect
|
2023-05-26 13:18:44 +02:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
|
2023-02-06 22:32:24 +01:00
|
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
|
|
|
|
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
|
2023-01-27 09:59:52 +01:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2022-12-27 20:29:01 +01:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
go.opentelemetry.io/otel v1.16.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.16.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.16.0 // indirect
|
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
|
|
go.uber.org/dig v1.17.0 // indirect
|
|
|
|
go.uber.org/fx v1.20.0 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
|
|
|
|
golang.org/x/image v0.6.0 // indirect
|
2023-12-12 10:18:56 +02:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
golang.org/x/sync v0.3.0 // indirect
|
2023-12-12 10:18:56 +02:00
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
golang.org/x/term v0.13.0 // indirect
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
2022-12-27 20:24:47 +01:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
|
|
|
|
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
gonum.org/v1/gonum v0.13.0 // indirect
|
2023-05-26 13:18:44 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
|
|
|
google.golang.org/grpc v1.53.0 // indirect
|
2023-05-04 19:53:20 +03:00
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2023-01-25 22:03:27 +01:00
|
|
|
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
|
2023-10-27 10:29:02 +02:00
|
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
2023-02-13 15:55:03 +01:00
|
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
2022-08-10 18:55:20 +02:00
|
|
|
)
|