1234567891011121314151617 |
- module github.com/thatsmydoing/agent-proxy
- go 1.20
- require (
- github.com/ncruces/zenity v0.10.8
- golang.org/x/crypto v0.8.0
- )
- require (
- github.com/akavel/rsrc v0.10.2 // indirect
- github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
- github.com/josephspurrier/goversioninfo v1.4.0 // indirect
- github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
- golang.org/x/image v0.7.0 // indirect
- golang.org/x/sys v0.7.0 // indirect
- )
|