Hector 9bf3195743 chore: move all source files to new folder
Update the project structure to move all golang files to a new `src/`
folder. This keeps all the code located in the same place and easier to
work with.
Update the Makefile and goreleaser config to continue to work with the new
folder structure.
2021-02-08 18:49:48 +00:00

9 lines
139 B
Modula-2

module fail2ban-prometheus-exporter
go 1.15
require (
github.com/mattn/go-sqlite3 v1.14.6
github.com/prometheus/client_golang v1.9.0
)