Fix transmission of async rc commands

This commit is contained in:
Kovid Goyal
2022-08-25 18:16:03 +05:30
parent ff2ff9c04f
commit 03705cbec0
7 changed files with 25 additions and 5 deletions

2
go.mod
View File

@@ -3,6 +3,8 @@ module kitty
go 1.19
require (
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
github.com/google/uuid v1.3.0
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
github.com/seancfoley/ipaddress-go v1.2.1
github.com/spf13/cobra v1.5.0