mirror of
https://github.com/go-i2p/onramp.git
synced 2025-07-12 10:55:29 -04:00

- Drop log.go in favor of using go-i2p/logger - Fix an occurrence of ioutil deprecation. Bump go version to a recent one
21 lines
478 B
Modula-2
21 lines
478 B
Modula-2
module github.com/go-i2p/onramp
|
|
|
|
go 1.23.3
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/cretz/bine v0.2.0
|
|
github.com/go-i2p/i2pkeys v0.33.10-0.20241113193422-e10de5e60708
|
|
github.com/go-i2p/logger v0.0.0-20241123010126-3050657e5d0c
|
|
github.com/go-i2p/sam3 v0.33.9
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/crypto v0.29.0 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
)
|