Skip to content

Commit

Permalink
Merge pull request #319 from cderici/move-juju-2.9.45
Browse files Browse the repository at this point in the history
Move Juju to 2.9.45 -- latest 2.9 stable
  • Loading branch information
cderici authored Sep 29, 2023
2 parents 96b6ed6 + af9f354 commit 564b141
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 58 deletions.
25 changes: 13 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.20
require (
github.com/bflad/tfproviderlint v0.29.0
github.com/hashicorp/terraform-plugin-docs v0.16.0
// 2.9.43
github.com/juju/juju v0.0.0-20230601044333-3cb3f8beac4a
// 2.9.45
github.com/juju/juju v0.0.0-20230918005335-afb8ee760af7

)

Expand Down Expand Up @@ -58,10 +58,10 @@ require (
github.com/cloudflare/circl v1.3.3 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-logr/logr v1.2.2 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-macaroon-bakery/macaroon-bakery/v3 v3.0.1 // indirect
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
Expand Down Expand Up @@ -135,11 +135,11 @@ require (
github.com/juju/romulus v1.0.0 // indirect
github.com/juju/rpcreflect v1.0.0 // indirect
github.com/juju/schema v1.0.1 // indirect
github.com/juju/txn/v2 v2.0.0 // indirect
github.com/juju/txn/v2 v2.1.1 // indirect
github.com/juju/usso v1.0.1 // indirect
github.com/juju/version/v2 v2.0.0 // indirect
github.com/juju/webbrowser v1.0.0 // indirect
github.com/juju/worker/v3 v3.1.0 // indirect
github.com/juju/worker/v3 v3.4.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kr/pretty v0.3.1 // indirect
Expand All @@ -164,6 +164,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/spdystream v0.2.0 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
Expand All @@ -172,9 +173,9 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
Expand All @@ -191,15 +192,15 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/zclconf/go-cty v1.13.3 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.8.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Expand Down
Loading

0 comments on commit 564b141

Please sign in to comment.