forked from juju/charm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 1.09 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/juju/charm/v9
require (
github.com/gobwas/glob v0.2.3 // indirect
github.com/juju/collections v0.0.0-20200605021417-0d0ec82b7271
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/gojsonpointer v0.0.0-20150204194629-afe8b77aa08f // indirect
github.com/juju/gojsonreference v0.0.0-20150204194633-f0d24ac5ee33 // indirect
github.com/juju/gojsonschema v0.0.0-20150312170016-e1ad140384f2
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e
github.com/juju/mgo/v2 v2.0.0-20210302023703-70d5d206e208
github.com/juju/names/v4 v4.0.0-20200923012352-008effd8611b
github.com/juju/os/v2 v2.0.0
github.com/juju/schema v0.0.0-20160301111646-1e25943f8c6f
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07
github.com/juju/utils/v2 v2.0.0-20200923005554-4646bfea2ef1
github.com/juju/version/v2 v2.0.0-20210319015800-dcfac8f4f057
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/stretchr/testify v1.6.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/gobwas/glob.v0 v0.2.3
gopkg.in/yaml.v2 v2.4.0
)
go 1.16