From 0c9eb1c6fb1c43450bf2a2a2058ba0569771421a Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Tue, 20 Mar 2018 14:51:40 +0100 Subject: [PATCH] changed git.basehosts.de to gitbase.de --- filter.go | 2 +- handler.go | 2 +- helper.go | 2 +- register.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filter.go b/filter.go index 35095a9..433c9f7 100644 --- a/filter.go +++ b/filter.go @@ -6,7 +6,7 @@ import ( "strings" "time" - "git.basehosts.de/gopackage/mgocrud" + "gitbase.de/gopackage/mgocrud" "gopkg.in/mgo.v2/bson" ) diff --git a/handler.go b/handler.go index 9f34c84..f2a870e 100644 --- a/handler.go +++ b/handler.go @@ -5,7 +5,7 @@ import ( "strconv" "strings" - "git.basehosts.de/gopackage/mgocrud" + "gitbase.de/gopackage/mgocrud" "github.com/gin-gonic/gin" mgo "gopkg.in/mgo.v2" "gopkg.in/mgo.v2/bson" diff --git a/helper.go b/helper.go index a5fa1dd..0ae5a10 100644 --- a/helper.go +++ b/helper.go @@ -6,7 +6,7 @@ import ( "regexp" "strings" - "git.basehosts.de/gopackage/mgocrud" + "gitbase.de/gopackage/mgocrud" "github.com/gin-gonic/gin" mgo "gopkg.in/mgo.v2" "gopkg.in/mgo.v2/bson" diff --git a/register.go b/register.go index 58784e3..9f48e89 100644 --- a/register.go +++ b/register.go @@ -1,7 +1,7 @@ package mgoapi import ( - "git.basehosts.de/gopackage/mgocrud" + "gitbase.de/gopackage/mgocrud" "github.com/gin-gonic/gin" mgo "gopkg.in/mgo.v2" )