Skip to content

Commit

Permalink
Up versions of used infrastructure packages
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Oct 10, 2023
1 parent 0e8cb97 commit 06bc1e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/g41797/syslog2nats
go 1.20

require (
github.com/g41797/sputnik v0.0.16
github.com/g41797/syslogsidecar v0.0.10
github.com/g41797/sputnik v0.0.17
github.com/g41797/syslogsidecar v0.0.12
github.com/nats-io/nats-server/v2 v2.10.1
github.com/nats-io/nats.go v1.30.0
)
Expand All @@ -13,7 +13,7 @@ require (
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 // indirect
github.com/RoaringBitmap/roaring v1.5.0 // indirect
github.com/bits-and-blooms/bitset v1.2.0 // indirect
github.com/g41797/go-syslog v1.0.1 // indirect
github.com/g41797/go-syslog v1.0.5 // indirect
github.com/g41797/gonfig v1.0.1 // indirect
github.com/g41797/kissngoqueue v0.1.5 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
Expand All @@ -29,3 +29,5 @@ require (
golang.org/x/time v0.3.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/g41797/syslogsidecar v0.0.10 => ../syslogsidecar
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ 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.1 h1:8GzSevRnVGsRJsVERqzz1W4iKius3Uo3YNMqgBUafSw=
github.com/g41797/go-syslog v1.0.1/go.mod h1:UTVoy1HHCeTQrHszeHyQquF0hbqU8anfc2Lqr3ZgXkg=
github.com/g41797/go-syslog v1.0.5 h1:BE5Fv6c/OMFUqJGpPm1hECR6zYDlyRWA687hvexxz2U=
github.com/g41797/go-syslog v1.0.5/go.mod h1:UTVoy1HHCeTQrHszeHyQquF0hbqU8anfc2Lqr3ZgXkg=
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/sputnik v0.0.16 h1:vuN6chuCO+Mj9n+BsxkGnLk9Rf3cZ0ORtZwwbo36V6c=
github.com/g41797/sputnik v0.0.16/go.mod h1:nhuXjBz9tK1Myi+LVaTpLodWdMuquayrdcgJO6O+5dA=
github.com/g41797/syslogsidecar v0.0.10 h1:L01KtGgaPLO0I8RS53ID4zUaJ45YTc7PV90qHw6mxeo=
github.com/g41797/syslogsidecar v0.0.10/go.mod h1:0+Dy8EDlrRB4HXrxsJfCusxxyn5nJoKAWo5TWrieSHA=
github.com/g41797/sputnik v0.0.17 h1:HBDFPgpMBaZHD1YY5Vjtfy6IVVigq31lN6WmK3KmG48=
github.com/g41797/sputnik v0.0.17/go.mod h1:nhuXjBz9tK1Myi+LVaTpLodWdMuquayrdcgJO6O+5dA=
github.com/g41797/syslogsidecar v0.0.12 h1:UeFsJpvocl/7NTzsDaOHEYjLmvOnLf3vasGzle5s+BI=
github.com/g41797/syslogsidecar v0.0.12/go.mod h1:m20vlC295Ew8ayRj2EXC0Xd9GBM1iXJowwNvwcuf8yI=
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
Expand Down

0 comments on commit 06bc1e2

Please sign in to comment.