blob: c7c5103369b7d4e35fde4f1533f24fa22b106298 [file] [log] [blame]
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +04001module github.com/giolekva/pcloud/core/port-allocator
2
gioff2a29a2024-05-01 17:06:42 +04003replace github.com/giolekva/pcloud/core/installer => /Users/lekva/dev/src/pcloud/core/installer
4
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +04005go 1.21.5
6
7require (
8 github.com/giolekva/pcloud/core/installer v0.0.0-20240403111418-e9c05499ec80
9 golang.org/x/crypto v0.22.0
10)
11
12require (
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040013 dario.cat/mergo v1.0.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040014 github.com/Microsoft/go-winio v0.6.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040015 github.com/ProtonMail/go-crypto v1.0.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040016 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040017 github.com/cloudflare/circl v1.3.7 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040018 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040019 github.com/emirpasic/gods v1.18.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040020 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 Lekveishvilib59b7c22024-04-03 22:17:50 +040023 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040024 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040025 github.com/kevinburke/ssh_config v1.2.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040026 github.com/pjbgf/sha1cd v0.3.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040027 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040028 github.com/skeema/knownhosts v1.2.2 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040029 github.com/xanzy/ssh-agent v0.3.3 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040030 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 Lekveishvilib59b7c22024-04-03 22:17:50 +040033 golang.org/x/sync v0.7.0 // indirect
34 golang.org/x/sys v0.19.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040035 golang.org/x/tools v0.20.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040036 gopkg.in/warnings.v0 v0.1.2 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040037 sigs.k8s.io/yaml v1.4.0 // indirect
38)