mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
13 lines
221 B
Modula-2
13 lines
221 B
Modula-2
module github.com/number571/go-peer
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.5.0
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/crypto v0.52.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.45.0 // indirect
|