Finally functional

This commit is contained in:
Ben 2025-07-28 22:35:06 -07:00
parent be8936a665
commit b673c640e4
Signed by: webmaster
GPG key ID: A5FCBAF34E6E8B50
12 changed files with 261 additions and 113 deletions

9
go.mod
View file

@ -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
)