mirror of
https://github.com/Ne0nd0g/merlin
synced 2026-06-08 11:59:20 +00:00
38 lines
1.2 KiB
Modula-2
38 lines
1.2 KiB
Modula-2
module github.com/Ne0nd0g/merlin/v2
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/Binject/go-donut v0.0.0-20201215224200-d947cf4d090d
|
|
github.com/Ne0nd0g/merlin-message v1.3.0
|
|
github.com/cretz/gopaque v0.1.0
|
|
github.com/go-jose/go-jose/v3 v3.0.4
|
|
github.com/google/uuid v1.6.0
|
|
github.com/quic-go/quic-go v0.50.1
|
|
go.dedis.ch/kyber/v3 v3.1.0
|
|
golang.org/x/net v0.39.0
|
|
golang.org/x/sync v0.13.0
|
|
google.golang.org/grpc v1.63.2
|
|
google.golang.org/protobuf v1.36.5
|
|
)
|
|
|
|
require (
|
|
github.com/Binject/debug v0.0.0-20201228082058-60012895f187 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
go.dedis.ch/fixbuf v1.0.3 // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
go.uber.org/mock v0.5.1 // indirect
|
|
golang.org/x/crypto v0.37.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
golang.org/x/tools v0.32.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
|
|
)
|