feat: parameterize CI pipeline

This commit is contained in:
2023-02-25 22:32:10 +01:00
parent c7f7ede692
commit e310225637
4 changed files with 144 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module filelistener
go 1.19
require (
github.com/fsnotify/fsnotify v1.6.0
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
)
require golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect