go.mod 230 B

12345678910
  1. module notabug.org/apiote/next-eeze-agent
  2. go 1.15
  3. require (
  4. git.sr.ht/~sircmpwn/go-bare v0.0.0-20200812160916-d2c72e1a5018
  5. github.com/sevlyar/go-daemon v0.1.5
  6. golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
  7. )