add agent wrapper
This commit is contained in:
parent
1208542bcb
commit
b5d9c45492
6 changed files with 220 additions and 4 deletions
8
go.mod
8
go.mod
|
|
@ -2,7 +2,11 @@ module git.juancwu.dev/juancwu/gosh
|
|||
|
||||
go 1.25.1
|
||||
|
||||
require modernc.org/sqlite v1.43.0
|
||||
require (
|
||||
golang.org/x/crypto v0.46.0
|
||||
golang.org/x/term v0.39.0
|
||||
modernc.org/sqlite v1.43.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
|
|
@ -11,7 +15,7 @@ require (
|
|||
github.com/ncruces/go-strftime v0.1.9 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
|
||||
golang.org/x/sys v0.36.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
modernc.org/libc v1.66.10 // indirect
|
||||
modernc.org/mathutil v1.7.1 // indirect
|
||||
modernc.org/memory v1.11.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue