address
This commit is contained in:
snoop 2017-05-29 19:53:29 +09:00
parent 8dfa6f9c0c
commit a4b2278dfd
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ package communicate
import (
"fmt"
"loafle.com/commons/communicate/events"
"git.loafle.net/commons/communicate/events"
)
var _c *communicator = nil

View File

@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"gopkg.in/gin-gonic/gin.v1"
"io/ioutil"
"loafle.com/commons/communicate/events"
"git.loafle.net/commons/communicate/events"
"net/http"
"net/http/httptest"
"testing"

View File

@ -4,7 +4,7 @@ import (
"bytes"
"compress/gzip"
"encoding/json"
"loafle.com/commons/communicate/events"
"git.loafle.net/commons/communicate/events"
"net/http"
)

View File

@ -1,6 +1,6 @@
package events
import "loafle.com/overflow/collector/discovery/types"
import "git.loafle.net/overflow/collector/discovery/types"
type HostStartEvent struct {
ZoneCount int

View File

@ -1,6 +1,6 @@
package events
import "loafle.com/overflow/collector/discovery/types"
import "git.loafle.net/overflow/collector/discovery/types"
//////////////////////////////////////////////////////////////////////// Port Event Start
type PortStartEvent struct {

View File

@ -2,7 +2,7 @@ package events
import (
"github.com/stretchr/testify/assert"
"loafle.com/commons/communicate"
"git.loafle.net/commons/communicate"
"testing"
"time"
)