mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
24 lines
618 B
Modula-2
24 lines
618 B
Modula-2
module github.com/PeernetOfficial/core
|
|
|
|
go 1.18
|
|
|
|
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.5.0
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
gopkg.in/ini.v1 v1.66.6
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
lukechampine.com/blake3 v1.1.7
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
github.com/stretchr/testify v1.7.1 // indirect
|
|
)
|