Pawel Wieczorek | 600bce3 | 2020-02-25 13:36:59 +0100 | [diff] [blame] | 1 | module onap.local/sslendpoints |
| 2 | |
| 3 | go 1.13 |
| 4 | |
| 5 | require ( |
Pawel Wieczorek | 8a7af5c | 2020-03-13 14:14:55 +0100 | [diff] [blame] | 6 | github.com/Ullaakut/nmap v2.0.0+incompatible |
Pawel Wieczorek | 600bce3 | 2020-02-25 13:36:59 +0100 | [diff] [blame] | 7 | github.com/imdario/mergo v0.3.8 // indirect |
| 8 | github.com/onsi/ginkgo v1.10.1 |
| 9 | github.com/onsi/gomega v1.7.0 |
| 10 | golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect |
| 11 | golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect |
| 12 | k8s.io/api v0.17.3 |
| 13 | k8s.io/apimachinery v0.17.3 |
| 14 | k8s.io/client-go v0.0.0-20190819141724-e14f31a72a77 |
| 15 | k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect |
| 16 | ) |