CircleCI is trying to download the package of the current repo from github.com as a separate repo

**go get -t -d -v ./...**
**github.com/goApp/service (download)**
**# cd .; git clone https://github.com/goApp/service /home/ubuntu/.go_workspace/src/github.com/goApp/service**
**Cloning into '/home/ubuntu/.go_workspace/src/github.com/goApp/service'...**
**Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.**

**ERROR: Repository not found.**
**fatal: Could not read from remote repository.**

**Please make sure you have the correct access rights**
**and the repository exists.**
**package github.com/goApp/service: exit status 128**
**github.com/smartystreets/goconvey (download)**
**github.com/goApp/model (download)**
**# cd .; git clone https://github.com/goApp/model /home/ubuntu/.go_workspace/src/github.com/goApp/model**
**Cloning into '/home/ubuntu/.go_workspace/src/github.com/goApp/model'...**
**ERROR: Repository not found.**
**fatal: Could not read from remote repository.**

**Please make sure you have the correct access rights**
**and the repository exists.**
**package github.com/goApp/model: exit status 128**

**go get -t -d -v ./... returned exit code 1**

**Action failed: go get**

Why is it trying to download the package model and service? it is actually inside the same repo goApp like this goApp/model and goApp/service