go.mod 173 B

12345678
  1. module git.aetherial.dev/aeth/gluetun-qbitt-sidecar
  2. go 1.25.5
  3. require (
  4. github.com/joho/godotenv v1.5.1 // indirect
  5. github.com/pelletier/go-toml/v2 v2.2.4 // indirect
  6. )