| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 1 | module github.com/giolekva/pcloud/core/port-allocator |
| 2 | |
| gio | ff2a29a | 2024-05-01 17:06:42 +0400 | [diff] [blame^] | 3 | replace github.com/giolekva/pcloud/core/installer => /Users/lekva/dev/src/pcloud/core/installer |
| 4 | |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 5 | go 1.21.5 |
| 6 | |
| 7 | require ( |
| 8 | github.com/giolekva/pcloud/core/installer v0.0.0-20240403111418-e9c05499ec80 |
| 9 | golang.org/x/crypto v0.22.0 |
| 10 | ) |
| 11 | |
| 12 | require ( |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 13 | dario.cat/mergo v1.0.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 14 | github.com/Microsoft/go-winio v0.6.1 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 15 | github.com/ProtonMail/go-crypto v1.0.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 16 | github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 17 | github.com/cloudflare/circl v1.3.7 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 18 | github.com/cyphar/filepath-securejoin v0.2.4 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 19 | github.com/emirpasic/gods v1.18.1 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 20 | github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect |
| 21 | github.com/go-git/go-billy/v5 v5.5.0 // indirect |
| 22 | github.com/go-git/go-git/v5 v5.12.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 23 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 24 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 25 | github.com/kevinburke/ssh_config v1.2.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 26 | github.com/pjbgf/sha1cd v0.3.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 27 | github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 28 | github.com/skeema/knownhosts v1.2.2 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 29 | github.com/xanzy/ssh-agent v0.3.3 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 30 | golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect |
| 31 | golang.org/x/mod v0.17.0 // indirect |
| 32 | golang.org/x/net v0.24.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 33 | golang.org/x/sync v0.7.0 // indirect |
| 34 | golang.org/x/sys v0.19.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 35 | golang.org/x/tools v0.20.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 36 | gopkg.in/warnings.v0 v0.1.2 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 37 | sigs.k8s.io/yaml v1.4.0 // indirect |
| 38 | ) |