Changing imports from bitbucket to gitlab.

This commit is contained in:
Renan DelValle 2018-09-30 17:56:14 -07:00
parent cdbf60ea0d
commit 45f9efa578
No known key found for this signature in database
GPG key ID: 3895800E03F17676
20 changed files with 51 additions and 51 deletions

View file

@ -1,8 +1,8 @@
package def
import (
"bitbucket.org/sunybingcloud/elektron/constants"
"bitbucket.org/sunybingcloud/elektron/utilities/offerUtils"
"gitlab.com/spdf/elektron/constants"
"gitlab.com/spdf/elektron/utilities/offerUtils"
"encoding/json"
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
"github.com/pkg/errors"