Skip to content

Commit

Permalink
Bump go.atomizer.io/stream from 1.0.7 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [go.atomizer.io/stream](https://github.com/devnw/stream) from 1.0.7 to 1.2.0.
- [Release notes](https://github.com/devnw/stream/releases)
- [Changelog](https://github.com/devnw/stream/blob/main/.goreleaser.yaml)
- [Commits](devnw/stream@v1.0.7...v1.2.0)

---
updated-dependencies:
- dependency-name: go.atomizer.io/stream
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent e88e3ac commit ff5364d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/miekg/dns v1.1.57
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
go.atomizer.io/stream v1.0.7
go.atomizer.io/stream v1.2.0
go.devnw.com/ttl v1.1.2
go.structs.dev/gen v1.0.1
go.uber.org/zap v1.26.0
Expand All @@ -27,6 +27,7 @@ require (
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.devnw.com/gen v1.1.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.12.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
go.atomizer.io/stream v1.0.7 h1:ioEU8tmj6hif3Ha1d0DiFZ+IDeV1ZceIOqXybRrvi4I=
go.atomizer.io/stream v1.0.7/go.mod h1:dZMYp2fUFjWlQke91O/kJb+FslZy8thQZzUl9vVMr84=
go.atomizer.io/stream v1.2.0 h1:l8Ap98X1SbmP5RcsAMbqXjZs7thOel/6g8PM1+6/7Q8=
go.atomizer.io/stream v1.2.0/go.mod h1:k6soEqaQHFrsAqo3ByzOzBDvGoMoh5wm11/CM8qupa4=
go.devnw.com/gen v1.1.0 h1:VaUsFJUQycvx10g5ljrSilQYkCicIpOzRetcgR11u2g=
go.devnw.com/gen v1.1.0/go.mod h1:osGISydOxdvHZvg/+XMyCm9gjxSqYyRzSXtSUVeGx3A=
go.devnw.com/ttl v1.1.2 h1:Sww0Ia23MZE6sJELJIHILYK0YmdJcGSTA7GEOjuAx3k=
go.devnw.com/ttl v1.1.2/go.mod h1:sKrIsTL21mdmqR6Pf1bUtzq/1gA/DCiUkkQHTyzPIkE=
go.structs.dev/gen v1.0.1 h1:tp81qXTWF61tgmyCVqBBdQcEMp9Ftlo5/ekkm+wVkYk=
Expand Down

0 comments on commit ff5364d

Please sign in to comment.