Skip to content

Commit

Permalink
Up version of go-syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Nov 1, 2023
1 parent 84a9228 commit 1b7e91a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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.9
github.com/g41797/go-syslog v1.0.10
github.com/g41797/kissngoqueue v0.1.5
github.com/g41797/sputnik v0.0.17
)

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.4 // indirect
github.com/g41797/reuseport v0.4.5 // 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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.9 h1:GWD4GAp3A/er6g2FQNsnfDH/sKd3xjacGyMCy7mxAQw=
github.com/g41797/go-syslog v1.0.9/go.mod h1:ckZmTZruBQ0Khwo1Lgxa9eKvJ5Wc6FKBvCwJyjbL2+g=
github.com/g41797/go-syslog v1.0.10 h1:xyj9Gs/tts2aRlObtnXWGSx6UXU4GKm31NJZrpWCgl0=
github.com/g41797/go-syslog v1.0.10/go.mod h1:0XG2Y7r0zB3KLbJG/aJsrYaO1mSs1CfGWD1dQ1J8M64=
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.4 h1:u+SmgYKmL5rUT92q0qkWhLEN+thhVmnWNebgZMy4JR8=
github.com/g41797/reuseport v0.4.4/go.mod h1:YspHTQtcQs/c6t4geFSzo0TN13ZtUY6HOYPMKynuvpU=
github.com/g41797/reuseport v0.4.5 h1:/cRUOykZ99RWdP2TRsoWtOqZVeR3BtEjD4ZQ6ucCpJ0=
github.com/g41797/reuseport v0.4.5/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=
Expand Down

0 comments on commit 1b7e91a

Please sign in to comment.