make it build with modules and add the checklist from ire
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package netdb
|
||||
|
||||
import (
|
||||
"github.com/hkparker/go-i2p/lib/common"
|
||||
"github.com/go-i2p/go-i2p/lib/common"
|
||||
"io"
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
package netdb
|
||||
|
||||
import (
|
||||
"github.com/hkparker/go-i2p/lib/common"
|
||||
"github.com/hkparker/go-i2p/lib/tunnel"
|
||||
"github.com/go-i2p/go-i2p/lib/common"
|
||||
"github.com/go-i2p/go-i2p/lib/tunnel"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
package netdb
|
||||
|
||||
import (
|
||||
"github.com/hkparker/go-i2p/lib/bootstrap"
|
||||
"github.com/hkparker/go-i2p/lib/common"
|
||||
"github.com/go-i2p/go-i2p/lib/bootstrap"
|
||||
"github.com/go-i2p/go-i2p/lib/common"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -3,10 +3,10 @@ package netdb
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/hkparker/go-i2p/lib/bootstrap"
|
||||
"github.com/hkparker/go-i2p/lib/common"
|
||||
"github.com/hkparker/go-i2p/lib/common/base64"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/go-i2p/go-i2p/lib/bootstrap"
|
||||
"github.com/go-i2p/go-i2p/lib/common"
|
||||
"github.com/go-i2p/go-i2p/lib/common/base64"
|
||||
"io"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
Reference in New Issue
Block a user