mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
Started with a unified backend struct. Long term all lose vars should be put there, which in term will support multiple concurrent Peernet instances (users) within the same process.
17 lines
477 B
Modula-2
17 lines
477 B
Modula-2
module github.com/PeernetOfficial/core
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/akrylysov/pogreb v0.10.1
|
|
github.com/enfipy/locker v1.1.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
|
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
lukechampine.com/blake3 v1.1.7
|
|
)
|