mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 11:40:01 +05:00
13 lines
219 B
Modula-2
13 lines
219 B
Modula-2
module github.com/number571/go-peer
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.5.0
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/crypto v0.31.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.28.0 // indirect
|