Fix up import paths

This commit is contained in:
eyedeekay
2024-11-09 11:54:18 -05:00
parent 912f176071
commit 7b1b6d431a
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"flag"
"github.com/eyedeekay/goSam"
"github.com/go-i2p/goSam"
"github.com/getlantern/go-socks5"
"log"
)