Skip to content

Commit

Permalink
New sha of charm/v8.
Browse files Browse the repository at this point in the history
For use in enabling revision in bundles, both deploy and export.
  • Loading branch information
hmlanigan committed Oct 26, 2021
1 parent edd3178 commit f66158a
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 @@ -51,7 +51,7 @@ require (
github.com/imdario/mergo v0.3.10 // indirect
github.com/juju/ansiterm v0.0.0-20210929141451-8b71cc96ebdc
github.com/juju/blobstore/v2 v2.0.0-20210302045357-edd2b24570b7
github.com/juju/charm/v8 v8.0.0-20211008081544-8919a7a4a14d
github.com/juju/charm/v8 v8.0.0-20211025140802-752458745e56
github.com/juju/charmrepo/v6 v6.0.0-20210422125831-407c8ef9471c
github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
github.com/juju/cmd/v3 v3.0.0-20210809234809-65029dab4cd0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ github.com/juju/ansiterm v0.0.0-20210929141451-8b71cc96ebdc/go.mod h1:PyXUpnI3ol
github.com/juju/blobstore/v2 v2.0.0-20210302045357-edd2b24570b7 h1:zEIYPqGRtR6R2SNza8f74Wr+7/pkubE8mKAlnXIXdnI=
github.com/juju/blobstore/v2 v2.0.0-20210302045357-edd2b24570b7/go.mod h1:GFZ3KcDmWTesil7L3nuSsN5aeGZuL2pNdUoGWswDTgM=
github.com/juju/charm/v8 v8.0.0-20210304015923-e7ca8ffa7716/go.mod h1:fAs/8HQjkAuVkhEyE//h1O3qxB/4Nv3w5zFK6tNZNEY=
github.com/juju/charm/v8 v8.0.0-20211008081544-8919a7a4a14d h1:M5ebuEZUjkmzw9H1xfklG8eTswOFUkfeuxpWA1FWRlc=
github.com/juju/charm/v8 v8.0.0-20211008081544-8919a7a4a14d/go.mod h1:Pj51e/aqFm7HY7SlAVEQHBSArlMi8sHhbO3idzFRfFw=
github.com/juju/charm/v8 v8.0.0-20211025140802-752458745e56 h1:u1ruTh46HeGikCKVXyjvCczxa+K881o3B1NTspuhFTQ=
github.com/juju/charm/v8 v8.0.0-20211025140802-752458745e56/go.mod h1:Pj51e/aqFm7HY7SlAVEQHBSArlMi8sHhbO3idzFRfFw=
github.com/juju/charm/v9 v9.0.0-20210421060150-6a300db18162/go.mod h1:GR/jjdIQ0V9Yss8krrfqy3rRKJabbvDOXXRjfO+110M=
github.com/juju/charmrepo/v6 v6.0.0-20210422125831-407c8ef9471c h1:+p8LWnIJCzmptGw1Tz7mb0EtOjMEZUHARbnW5vI1oSI=
github.com/juju/charmrepo/v6 v6.0.0-20210422125831-407c8ef9471c/go.mod h1:okPBT5bIwu7M231F/eThmf7uT+ct8OATcAhU7tTOpqs=
Expand Down

0 comments on commit f66158a

Please sign in to comment.