Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/juju/charmrepo/v6 from 6.0.0-20200817155725-120bd7a8b1ed to 6.0.3 #978

Open
wants to merge 1 commit into
base: v5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,30 @@ go 1.16
require (
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/gorilla/handlers v0.0.0-20170224193955-13d73096a474
github.com/juju/charm/v8 v8.0.0-20200925053015-07d39c0154ac
github.com/juju/charmrepo/v6 v6.0.0-20200817155725-120bd7a8b1ed
github.com/juju/charm/v8 v8.0.5
github.com/juju/charmrepo/v6 v6.0.3
github.com/juju/httpprof v0.0.0-20141217160036-14bf14c30767
github.com/juju/httprequest v1.0.1 // indirect
github.com/juju/idmclient v0.0.0-20161107140250-fb1dc7175251
github.com/juju/jujusvg/v5 v5.0.0
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e
github.com/juju/loggo v1.0.0
github.com/juju/mempool v0.0.0-20160205104927-24974d6c264f
github.com/juju/mgomonitor v0.0.0-20181029151116-52206bb0cd31
github.com/juju/testing v0.0.0-20200923013621-75df6121fbb0
github.com/juju/testing v1.0.0
github.com/juju/utils v0.0.0-20200424103611-54ececcc5fc7
github.com/juju/xml v0.0.0-20160224194805-b5bf18ebd8b8
github.com/juju/zip v0.0.0-20160205105221-f6b1e93fa2e2
github.com/julienschmidt/httprouter v1.3.0
github.com/prometheus/client_golang v1.11.0
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af
golang.org/x/net v0.0.0-20200904194848-62affa334b73
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
github.com/rogpeppe/fastuuid v1.2.0
golang.org/x/net v0.0.0-20220726230323-06994584191e
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/errgo.v1 v1.0.1
gopkg.in/goose.v2 v2.0.0-20180816040309-cf9b64132d71
gopkg.in/httprequest.v1 v1.2.1
gopkg.in/juju/charm.v6 v6.0.0-20200220135436-5217f4ff9d6d
gopkg.in/juju/charmrepo.v3 v3.0.1
gopkg.in/juju/names.v2 v2.0.0-20190813004204-e057c73bd1be // indirect
gopkg.in/juju/worker.v1 v1.0.0-20191018043616-19a698a7150f
gopkg.in/macaroon-bakery.v2-unstable v2.0.0-20160623142747-5a131df02b23
gopkg.in/macaroon.v2-unstable v2.0.0-20180309131217-66ab28d0d56f
Expand Down
Loading