mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-16 18:37:51 +01:00
18 lines
509 B
Modula-2
18 lines
509 B
Modula-2
module github.com/PeernetOfficial/core
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/IncSW/geoip2 v0.1.2
|
|
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-20220131195533-30dcbda58838
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
lukechampine.com/blake3 v1.1.7
|
|
)
|