22 lines
654 B
Modula-2
22 lines
654 B
Modula-2
module github.com/quanterall/kitchensink
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cybriq/interrupt v0.1.3
|
|
go.uber.org/atomic v1.9.0
|
|
google.golang.org/grpc v1.46.0
|
|
google.golang.org/protobuf v1.28.0
|
|
lukechampine.com/blake3 v1.1.7
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
)
|