Remove facebookgo/{atomicfile,pidfile}

Fixes #1411
This commit is contained in:
Frank Denis 2020-07-10 14:37:35 +02:00
parent 1a34c8d5ff
commit d3ff3a6bb1
16 changed files with 37 additions and 354 deletions

4
go.mod
View file

@ -7,8 +7,6 @@ require (
github.com/VividCortex/ewma v1.1.1
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
github.com/facebookgo/pidfile v0.0.0-20150612191647-f242e2999868
github.com/hashicorp/go-immutable-radix v1.2.0
github.com/hashicorp/golang-lru v0.5.4
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
@ -21,7 +19,7 @@ require (
github.com/kardianos/service v1.1.0
github.com/miekg/dns v1.1.30
github.com/powerman/check v1.2.1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
gopkg.in/natefinch/lumberjack.v2 v2.0.0