Upgrade to Go 1.12 (#630)

This commit is contained in:
Sargun Dhillon
2019-05-20 03:39:47 -07:00
committed by Pires
parent d0c0d90451
commit d183dbbe17
8 changed files with 14 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import (
"net/http/httptest"
"github.com/gorilla/mux"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
)
// CCIMock implements a CCI service mock server.