Move client server to write tests, added parameters to client.
This commit is contained in:
3
go.mod
3
go.mod
@@ -6,6 +6,7 @@ require (
|
||||
github.com/cybriq/interrupt v0.0.13
|
||||
github.com/cybriq/qu v0.0.19
|
||||
go.uber.org/atomic v1.9.0
|
||||
golang.org/x/exp v0.0.0-20220328175248-053ad81199eb
|
||||
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
||||
google.golang.org/grpc v1.45.0
|
||||
google.golang.org/protobuf v1.28.0
|
||||
@@ -21,7 +22,7 @@ require (
|
||||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
||||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
||||
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
|
||||
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
|
||||
golang.org/x/text v0.3.3 // indirect
|
||||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user