mirror of
https://github.com/go-i2p/onramp.git
synced 2025-06-16 22:10:50 -04:00
Fix up import paths
This commit is contained in:
@ -13,8 +13,8 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"github.com/eyedeekay/i2pkeys"
|
||||
"github.com/eyedeekay/sam3"
|
||||
"github.com/go-i2p/i2pkeys"
|
||||
"github.com/go-i2p/sam3"
|
||||
)
|
||||
|
||||
// Garlic is a ready-made I2P streaming manager. Once initialized it always
|
||||
|
@ -1,6 +1,6 @@
|
||||
package onramp
|
||||
|
||||
import "github.com/eyedeekay/sam3"
|
||||
import "github.com/go-i2p/sam3"
|
||||
|
||||
var OPT_DEFAULTS = sam3.Options_Default
|
||||
var OPT_WIDE = sam3.Options_Wide
|
||||
|
Reference in New Issue
Block a user