1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-19 04:50:02 +02:00

Add cli option and functionality to write PID file.

This commit is contained in:
Henrik Hautakoski 2022-01-17 13:56:32 +01:00
parent 2b55546e5e
commit 925db35646
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
3 changed files with 17 additions and 0 deletions

1
go.mod
View file

@ -5,6 +5,7 @@ go 1.14
require (
github.com/eoscanada/eos-go v0.10.1-0.20220112183548-39fba816311f
github.com/eosswedenorg-go/eos-ship-client v0.0.0-20220113161228-7007edec3bb4
github.com/eosswedenorg-go/pid v1.0.1
github.com/go-redis/redis/v8 v8.11.4
github.com/pborman/getopt/v2 v2.1.0
)