Skip to content

Commit

Permalink
Merge pull request juju#13524 from benhoyt/update-pebble-12
Browse files Browse the repository at this point in the history
juju#13524

This updates Pebble to include the auto-restart and backoff functionality from canonical/pebble#79.

TODO: QA

```sh
QA steps here
```
  • Loading branch information
jujubot authored Nov 26, 2021
2 parents 3daa49e + 725e364 commit 6567679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/iam v1.9.0
github.com/aws/smithy-go v1.8.0
github.com/bmizerany/pat v0.0.0-20160217103242-c068ca2f0aac
github.com/canonical/pebble v0.0.0-20211103232324-2ce34ccd3350
github.com/canonical/pebble v0.0.0-20211124224737-13a5e875b6a1
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/coreos/go-systemd/v22 v22.0.0-20200316104309-cb8b64719ae3
github.com/dnaeon/go-vcr v1.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB
github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/bmizerany/pat v0.0.0-20160217103242-c068ca2f0aac h1:X5YRFJiteUM3rajABEYJSzw1KWgmp1ulPFKxpfLm0M4=
github.com/bmizerany/pat v0.0.0-20160217103242-c068ca2f0aac/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
github.com/canonical/pebble v0.0.0-20211103232324-2ce34ccd3350 h1:kMaRiOV9BVtAWoWOehMfoX/DxBThnE/5Z4LevrEV0fE=
github.com/canonical/pebble v0.0.0-20211103232324-2ce34ccd3350/go.mod h1:+0rQ57rhB9pciKKaE/QlwPL4R8mujv+24D81KGYRlV0=
github.com/canonical/pebble v0.0.0-20211124224737-13a5e875b6a1 h1:F23YIR26le3AeKpHTFeYmlvn8SpQlF1+q3kQ48Dm8Ak=
github.com/canonical/pebble v0.0.0-20211124224737-13a5e875b6a1/go.mod h1:+0rQ57rhB9pciKKaE/QlwPL4R8mujv+24D81KGYRlV0=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
Expand Down

0 comments on commit 6567679

Please sign in to comment.