go.mod 470 B

1234567891011121314151617
  1. module github.com/thatsmydoing/agent-proxy
  2. go 1.20
  3. require (
  4. github.com/ncruces/zenity v0.10.8
  5. golang.org/x/crypto v0.8.0
  6. )
  7. require (
  8. github.com/akavel/rsrc v0.10.2 // indirect
  9. github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
  10. github.com/josephspurrier/goversioninfo v1.4.0 // indirect
  11. github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
  12. golang.org/x/image v0.7.0 // indirect
  13. golang.org/x/sys v0.7.0 // indirect
  14. )