mirror of
https://github.com/helm/helm.git
synced 2026-04-21 22:27:03 -04:00
Replaces the `phayes/freeport` module with the standard library's
`net.Listen("tcp", "127.0.0.1:0")` idiom. This removes an unnecessary
dependency and simplifies the codebase.
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
|
||
|---|---|---|
| .. | ||
| repotest | ||
| testdata | ||
| chartrepo.go | ||
| chartrepo_test.go | ||
| doc.go | ||
| error.go | ||
| index.go | ||
| index_test.go | ||
| repo.go | ||
| repo_test.go | ||