-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (36 loc) · 1.69 KB
/
Copy pathgo.mod
File metadata and controls
46 lines (36 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/go-i2p/common
go 1.26.3
require (
github.com/go-i2p/crypto v0.1.60000-0.20260701135847-3ade996b68a0
github.com/go-i2p/logger v0.1.60000-0.20260701134448-2648c3b0e040
github.com/go-i2p/red25519 v0.0.0-20260302212615-1093a31f680d
github.com/samber/oops v1.22.0
github.com/stretchr/testify v1.11.1
go.step.sm/crypto v0.84.1
golang.org/x/crypto v0.53.0
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-i2p/elgamal v0.1.60000-0.20260701131626-b5c8141026fc // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/oklog/ulid/v2 v2.1.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/samber/lo v1.53.0 // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.39.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// replace github.com/go-i2p/crypto => ../crypto
// replace github.com/go-i2p/logger => ../logger
//replace github.com/go-i2p/logger => /home/idk/go/src/github.com/go-i2p/logger
//replace github.com/go-i2p/elgamal => /home/idk/go/src/github.com/go-i2p/elgamal
//replace github.com/go-i2p/su3 => /home/idk/go/src/github.com/go-i2p/su3
//replace github.com/go-i2p/crypto => /home/idk/go/src/github.com/go-i2p/crypto
//replace github.com/go-i2p/go-i2p => /home/idk/go/src/github.com/go-i2p/go-i2p