Skip to content

Commit

Permalink
Bump golang.org/x/sys from 0.0.0-20210423082822-04245dca01da to 0.1.0 (
Browse files Browse the repository at this point in the history
…#87)

* Bump golang.org/x/sys from 0.0.0-20210423082822-04245dca01da to 0.1.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210423082822-04245dca01da to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
Co-authored-by: Nikita Maslov <nikita.maslov@wirenboard.ru>
  • Loading branch information
3 people committed Nov 28, 2023
1 parent 38b155d commit 57612f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-rules (2.18.7) stable; urgency=medium

* Bump golang.org/x/sys, no functional changes

-- Nikita Maslov <nikita.maslov@wirenboard.ru> Tue, 28 Nov 2023 15:59:35 +0600

wb-rules (2.18.6) stable; urgency=medium

* Remove uncomplete contol messages
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ require (
github.com/stretchr/testify v1.7.0
github.com/wirenboard/go-duktape v0.0.0-20210723134114-881337fff8cb
github.com/wirenboard/wbgong v0.4.1
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/robfig/cron.v1 v1.2.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/wirenboard/go-duktape v0.0.0-20210723134114-881337fff8cb h1:JV1ktj/QS
github.com/wirenboard/go-duktape v0.0.0-20210723134114-881337fff8cb/go.mod h1:RBaIu9caMBuL6Xk32Ty04qAjl/5cVSfEdCQtbWzvMQ0=
github.com/wirenboard/wbgong v0.4.1 h1:+/ngOilGkhQIF+ShQxuzUp+zmrvwKLmq7JbiSuiS6n4=
github.com/wirenboard/wbgong v0.4.1/go.mod h1:XJWdTJOE6V6SxjgRXymItB+qTy1f0b3PbF9fC78JcTM=
golang.org/x/sys v0.0.0-20210423082822-04245dca01da h1:b3NXsE2LusjYGGjL5bxEVZZORm/YEFFrWFjR8eFrw/c=
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/alexcesaro/statsd.v2 v2.0.0 h1:FXkZSCZIH17vLCO5sO2UucTHsH9pc+17F6pl3JVCwMc=
gopkg.in/alexcesaro/statsd.v2 v2.0.0/go.mod h1:i0ubccKGzBVNBpdGV5MocxyA/XlLUJzA7SLonnE4drU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
Expand Down

0 comments on commit 57612f4

Please sign in to comment.