Add Windows Service & MSI builds

This commit is contained in:
Ben Johnson
2021-02-19 16:00:03 -07:00
parent e2cbd5fb63
commit c5390dec1d
7 changed files with 296 additions and 42 deletions

1
go.mod
View File

@@ -8,5 +8,6 @@ require (
github.com/mattn/go-sqlite3 v1.14.5
github.com/pierrec/lz4/v4 v4.1.3
github.com/prometheus/client_golang v1.9.0
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
gopkg.in/yaml.v2 v2.4.0
)