2025-03-21 19:37:55 +00:00
2025-03-21 19:37:55 +00:00
2024-11-08 14:35:54 -05:00

go-i2p

Tunnels for gophers!

I2P applications, libraries, and tools written in Go.

Go I2P library users: module path changes!

The module path for the Go SAMv3 libraries is changing from the personal namespace(eyedeekay) to the go-i2p namespace. This will affect you when you update your SAMv3 or I2PControl library versions. To upgrade:

#1: first, delete the old module paths from your go.mod
grep -v 'eyedeekay' go.mod > go.mod.new && mv go.mod.new go.mod
#2: then regenerate your go.mod file
go mod tidy

The new module paths are listed below:

Official source of I2P SAMv3 application development libraries:

Official source of I2PControl development libraries:

Official source of I2P Bittorrent development libraries:

Official source of I2P Tunnel development libraries:

Official source of I2P SMTP development libraries:

Official source of I2P router development libraries:

go-i2p is under active development. go-i2p ROADMAP.md

Description
go-i2p user orientation for github consumers
Readme 114 KiB