Tunnels for gophers!
I2P applications, libraries, and tools written in Go.
The module path for the Go SAMv3 libraries is changing from my personal namespace(eyedeekay
) to the go-i2p
namespace.
This will affect you when you update your SAMv3 or I2PControl library versions.
The new module paths are listed below:
- onramp high-level development library(stable)
import https://github.com/go-i2p/onramp
- gosam client development library(stable)
import https://github.com/go-i2p/gosam
- sam3 client development library(stable)
import https://github.com/go-i2p/sam3
- i2pkeys key handling library(stable)
import https://github.com/go-i2p/i2pkeys
- go-i2pcontrol I2P Control client(stable)
import https://github.com/go-i2p/go-i2pcontrol
- go-i2p-bt I2P Bittorrent library(stable)
import https://github.com/go-i2p/go-i2p-bt
go-i2p is under active development. go-i2p ROADMAP.md
- go-i2p I2P router implementation(incomplete and unstable)
import https://github.com/go-i2p/go-i2p