mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
12 lines
216 B
Modula-2
12 lines
216 B
Modula-2
module github.com/number571/go-peer
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/g8rswimmer/error-chain v1.0.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
golang.org/x/crypto v0.12.0
|
|
golang.org/x/net v0.14.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|