Fix up import paths

This commit is contained in:
eyedeekay
2024-11-09 11:54:29 -05:00
parent 867026628f
commit 0d9a9ee10a
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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