-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
118 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ tmp_dir = "tmp" | |
|
||
[log] | ||
time = false | ||
main_only = true | ||
|
||
[misc] | ||
clean_on_exit = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ Jinja2 >= 2.11.3 | |
ops >= 2.0.0 | ||
charmhelpers >= 0.20.22 | ||
hvac >= 0.11.0 | ||
pydantic | ||
pydantic == 1.10.10 | ||
cosl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,7 +187,7 @@ require ( | |
github.com/juju/ansiterm v1.0.0 // indirect | ||
github.com/juju/blobstore/v3 v3.0.2 // indirect | ||
github.com/juju/collections v1.0.2 // indirect | ||
github.com/juju/description/v4 v4.0.8 // indirect | ||
github.com/juju/description/v4 v4.0.10 // indirect | ||
github.com/juju/featureflag v1.0.0 // indirect | ||
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect | ||
github.com/juju/gojsonpointer v0.0.0-20150204194629-afe8b77aa08f // indirect | ||
|
@@ -200,7 +200,7 @@ require ( | |
github.com/juju/lru v1.0.0 // indirect | ||
github.com/juju/lumberjack/v2 v2.0.2 // indirect | ||
github.com/juju/mgo/v2 v2.0.2 // indirect | ||
github.com/juju/mgo/v3 v3.0.3 // indirect | ||
github.com/juju/mgo/v3 v3.0.4 // indirect | ||
github.com/juju/mutex/v2 v2.0.0 // indirect | ||
github.com/juju/naturalsort v1.0.0 // indirect | ||
github.com/juju/os/v2 v2.2.3 // indirect | ||
|
@@ -243,7 +243,7 @@ require ( | |
github.com/lxc/lxd v0.0.0-20230406222408-2a93c684a73e // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
|
@@ -294,7 +294,7 @@ require ( | |
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect | ||
github.com/vishvananda/netns v0.0.4 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
github.com/xdg-go/stringprep v1.0.3 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
github.com/yohcop/openid-go v1.0.0 // indirect | ||
go.etcd.io/bbolt v1.3.5 // indirect | ||
|
@@ -313,9 +313,9 @@ require ( | |
golang.org/x/crypto v0.7.0 // indirect | ||
golang.org/x/mod v0.9.0 // indirect | ||
golang.org/x/oauth2 v0.6.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/term v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.7.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
|
@@ -344,9 +344,19 @@ require ( | |
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/onsi/ginkgo v1.14.2 // indirect | ||
github.com/onsi/gomega v1.10.4 // indirect | ||
) | ||
|
||
replace ( | ||
github.com/altoros/gosigma => github.com/juju/gosigma v0.0.0-20170523021020-a27b59fe2be9 | ||
gopkg.in/yaml.v2 => github.com/juju/yaml v0.0.0-20200420012109-12a32b78de07 | ||
github.com/dustin/go-humanize v1.0.0 => github.com/dustin/go-humanize v0.0.0-20141228071148-145fabdb1ab7 | ||
github.com/hashicorp/raft-boltdb => github.com/juju/raft-boltdb v0.0.0-20200518034108-40b112c917c5 | ||
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.5 | ||
// This is copied from the go.mod file in github.com/lxc/lxd | ||
// It is needed to avoid this error when running go list -m | ||
// go: google.golang.org/grpc/[email protected]: invalid version: unknown revision 000000000000 | ||
google.golang.org/grpc/naming => google.golang.org/grpc v1.29.1 | ||
gopkg.in/yaml.v2 => github.com/juju/yaml/v2 v2.0.0 | ||
) | ||
|
||
replace github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.