Continued scaffolding and interface definitions
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,7 +3,6 @@ module gitlab.michelsen.id/phillmichelsen/tessera
|
||||
go 1.25.1
|
||||
|
||||
require (
|
||||
github.com/coder/websocket v1.8.14
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/lmittmann/tint v1.1.2
|
||||
google.golang.org/grpc v1.75.0
|
||||
@@ -11,8 +10,10 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
golang.org/x/text v0.28.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
|
||||
lukechampine.com/blake3 v1.4.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user