Update go.mod

This commit is contained in:
Kleissner
2022-10-15 19:20:50 +02:00
parent 58c11401ef
commit 5be286045c
2 changed files with 16 additions and 15 deletions

10
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/PeernetOfficial/Cmd
go 1.18
require (
github.com/PeernetOfficial/core v0.0.0-20220601150942-0e3e8dc9885c
github.com/PeernetOfficial/core v0.0.0-20221015171050-249ccf0bcfd8
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
)
@@ -13,10 +13,10 @@ require (
github.com/akrylysov/pogreb v0.10.1 // indirect
github.com/enfipy/locker v1.1.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
)