diff --git a/go.mod b/go.mod index f3af2ab..5bd1fbe 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 github.com/RoaringBitmap/roaring v1.5.0 github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef - github.com/g41797/go-syslog v1.0.8 + github.com/g41797/go-syslog v1.0.9 github.com/g41797/kissngoqueue v0.1.5 github.com/g41797/sputnik v0.0.17 ) @@ -14,7 +14,7 @@ require ( require ( github.com/bits-and-blooms/bitset v1.2.0 // indirect github.com/g41797/gonfig v1.0.1 // indirect - github.com/g41797/reuseport v0.4.3 // indirect + github.com/g41797/reuseport v0.4.4 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/mschoch/smat v0.2.0 // indirect golang.org/x/sys v0.13.0 // indirect diff --git a/go.sum b/go.sum index 76e1d9b..20da266 100644 --- a/go.sum +++ b/go.sum @@ -8,14 +8,14 @@ github.com/bits-and-blooms/bitset v1.2.0 h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjL github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/g41797/go-syslog v1.0.8 h1:JqQsGeQnCqsuuJUaVXzEs58JVYyxCG5LTDN99XEPFsE= -github.com/g41797/go-syslog v1.0.8/go.mod h1:sKo/XQbhH7rd5HF07k2jly6ecVL3JTediGp0GmkAaZA= +github.com/g41797/go-syslog v1.0.9 h1:GWD4GAp3A/er6g2FQNsnfDH/sKd3xjacGyMCy7mxAQw= +github.com/g41797/go-syslog v1.0.9/go.mod h1:ckZmTZruBQ0Khwo1Lgxa9eKvJ5Wc6FKBvCwJyjbL2+g= github.com/g41797/gonfig v1.0.1 h1:ywgkhF3SbNJuFN9Hlm9n7Lp+KxqeupkNmFObn2ZpWs8= github.com/g41797/gonfig v1.0.1/go.mod h1:5iL4oHFpYi+c7AE4D1dZnlBleJzM71dX6HZBhEELF90= github.com/g41797/kissngoqueue v0.1.5 h1:UrnpxbjOnTnKj/EqpbLA9LjhYkHjnLWMZQqsz3AOBG8= github.com/g41797/kissngoqueue v0.1.5/go.mod h1:c1mGfrNWfEP2cHeX04Iji8qYGQevvUmZw5SPZM5M9Cs= -github.com/g41797/reuseport v0.4.3 h1:PiDDvf8Jzn+BXjHKTgRVrg7W7TmqRQl+YJBfFhyQ4K8= -github.com/g41797/reuseport v0.4.3/go.mod h1:YspHTQtcQs/c6t4geFSzo0TN13ZtUY6HOYPMKynuvpU= +github.com/g41797/reuseport v0.4.4 h1:u+SmgYKmL5rUT92q0qkWhLEN+thhVmnWNebgZMy4JR8= +github.com/g41797/reuseport v0.4.4/go.mod h1:YspHTQtcQs/c6t4geFSzo0TN13ZtUY6HOYPMKynuvpU= github.com/g41797/sputnik v0.0.17 h1:HBDFPgpMBaZHD1YY5Vjtfy6IVVigq31lN6WmK3KmG48= github.com/g41797/sputnik v0.0.17/go.mod h1:nhuXjBz9tK1Myi+LVaTpLodWdMuquayrdcgJO6O+5dA= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=