
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.
9 lines
139 B
Modula-2
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
|
|
)
|