Finally functional
This commit is contained in:
parent
be8936a665
commit
b673c640e4
12 changed files with 261 additions and 113 deletions
9
go.mod
9
go.mod
|
@ -1,3 +1,12 @@
|
|||
module signal-cli-http
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 // indirect
|
||||
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944 // indirect
|
||||
github.com/creack/pty v1.1.24 // indirect
|
||||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
||||
github.com/kr/pty v1.1.8 // indirect
|
||||
golang.org/x/sys v0.34.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue