module github.com/grmrgecko/nginx-cache-purge go 1.25.0 require ( github.com/alecthomas/kong v1.16.1 github.com/coreos/go-systemd/v22 v22.7.0 github.com/gobwas/glob v0.2.3 github.com/kardianos/service v1.3.0 github.com/stretchr/testify v1.11.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/sys v0.47.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )