-
Notifications
You must be signed in to change notification settings - Fork 59
/
go.mod
37 lines (33 loc) · 1.13 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
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/juju/charm/v12
go 1.21
toolchain go1.21.5
require (
github.com/juju/collections v1.0.4
github.com/juju/errors v1.0.0
github.com/juju/gojsonschema v1.0.0
github.com/juju/loggo v1.0.0
github.com/juju/mgo/v3 v3.0.4
github.com/juju/names/v5 v5.0.0
github.com/juju/os/v2 v2.2.3
github.com/juju/schema v1.2.0
github.com/juju/testing v1.1.0
github.com/juju/utils/v3 v3.1.0
github.com/juju/version/v2 v2.0.1
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/gobwas/glob.v0 v0.2.3
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/gobwas/glob v0.2.3 // indirect
github.com/juju/clock v1.0.2 // indirect
github.com/juju/gojsonpointer v0.0.0-20150204194629-afe8b77aa08f // indirect
github.com/juju/gojsonreference v0.0.0-20150204194633-f0d24ac5ee33 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)