canonical / pebble

Pebble is a lightweight Linux service manager with layered configuration and an HTTP API.
https://canonical-pebble.readthedocs-hosted.com/
GNU General Public License v3.0
146 stars 54 forks source link

chore(deps): Bump critical dependencies. #353

Closed hpidcock closed 7 months ago

hpidcock commented 8 months ago
go: upgraded golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b => v0.19.0
go: upgraded golang.org/x/net v0.10.0 => v0.21.0
go: upgraded golang.org/x/sys v0.5.0 => v0.17.0
go: upgraded golang.org/x/term v0.5.0 => v0.17.0
go: upgraded github.com/gorilla/mux v1.8.0 => v1.8.1
go: upgraded github.com/gorilla/websocket v1.4.2 => v1.5.1
benhoyt commented 7 months ago

I trust the golang.org/x ones, and I've checked over the diffs of the gorilla ones (mux is mostly CI changes, websocket is CI + fixes, but they look sane at a quick scan). So I'm happy with this.