camilamacedo@Camilas-MacBook-Pro ~/go/src/github.com/aerogear/mobile-security-service (FIX-DOCKER-IMG) $ oc logs -f bc/mobile-security-service |
Cloning "https://github.com/camilamacedo86/mobile-security-service" ... |
Commit: 7fb872e9003db0f9e545711944652a7fb7c2414b (Merge pull request #76 from craicoverflow/AEROGEAR-8360) |
Author: Enda <ephelan@redhat.com> |
Date: Mon Mar 11 14:42:03 2019 +0000 |
Replaced Dockerfile FROM image centos:7 |
--> FROM openshift/origin-release:golang-1.10 as builder |
--> WORKDIR /go/src/github.com/aerogear/mobile-security-service |
--> COPY . . |
--> RUN go build -o mobile-security-service ./cmd/mobile-security-service/main.go |
pkg/models/device.go:3:8: cannot find package "github.com/google/uuid" in any of: |
/usr/local/go/src/github.com/google/uuid (from $GOROOT) |
/go/src/github.com/google/uuid (from $GOPATH) |
cmd/mobile-security-service/main.go:26:2: cannot find package "github.com/joho/godotenv" in any of: |
/usr/local/go/src/github.com/joho/godotenv (from $GOROOT) |
/go/src/github.com/joho/godotenv (from $GOPATH) |
pkg/httperrors/httperrors.go:7:2: cannot find package "github.com/labstack/echo" in any of: |
/usr/local/go/src/github.com/labstack/echo (from $GOROOT) |
/go/src/github.com/labstack/echo (from $GOPATH) |
pkg/web/middleware/middleware.go:6:2: cannot find package "github.com/labstack/echo/middleware" in any of: |
/usr/local/go/src/github.com/labstack/echo/middleware (from $GOROOT) |
/go/src/github.com/labstack/echo/middleware (from $GOPATH) |
pkg/db/db.go:9:2: cannot find package "github.com/lib/pq" in any of: |
/usr/local/go/src/github.com/lib/pq (from $GOROOT) |
/go/src/github.com/lib/pq (from $GOPATH) |
pkg/helpers/db_seed.go:5:2: cannot find package "github.com/sirupsen/logrus" in any of: |
/usr/local/go/src/github.com/sirupsen/logrus (from $GOROOT) |
/go/src/github.com/sirupsen/logrus (from $GOPATH) |
pkg/web/router/router.go:9:2: cannot find package "gopkg.in/go-playground/validator.v9" in any of: |
/usr/local/go/src/gopkg.in/go-playground/validator.v9 (from $GOROOT) |
/go/src/gopkg.in/go-playground/validator.v9 (from $GOPATH) |
|