@@ -3,16 +3,17 @@ module github.com/marklogic/marklogic-kubernetes
3
3
go 1.17
4
4
5
5
require (
6
- github.com/gruntwork-io/terratest v0.40.6
7
- github.com/stretchr/testify v1.7.0
6
+ github.com/gruntwork-io/terratest v0.41.15
7
+ github.com/stretchr/testify v1.8.1
8
8
github.com/tidwall/gjson v1.14.3
9
9
github.com/xinsnake/go-http-digest-auth-client v0.6.0
10
10
k8s.io/api v0.23.0
11
11
)
12
12
13
13
require (
14
- cloud.google.com/go v0.83.0 // indirect
15
- github.com/aws/aws-sdk-go v1.40.56 // indirect
14
+ cloud.google.com/go/compute v1.12.1 // indirect
15
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
16
+ github.com/aws/aws-sdk-go v1.44.122 // indirect
16
17
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
17
18
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
18
19
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -23,9 +24,9 @@ require (
23
24
github.com/go-sql-driver/mysql v1.4.1 // indirect
24
25
github.com/gogo/protobuf v1.3.2 // indirect
25
26
github.com/golang/protobuf v1.5.2 // indirect
26
- github.com/google/go-cmp v0.5.6 // indirect
27
+ github.com/google/go-cmp v0.5.9 // indirect
27
28
github.com/google/gofuzz v1.1.0 // indirect
28
- github.com/google/uuid v1.2 .0 // indirect
29
+ github.com/google/uuid v1.3 .0 // indirect
29
30
github.com/googleapis/gnostic v0.5.5 // indirect
30
31
github.com/gruntwork-io/go-commons v0.8.0 // indirect
31
32
github.com/hashicorp/errwrap v1.0.0 // indirect
@@ -47,18 +48,18 @@ require (
47
48
github.com/tidwall/match v1.1.1 // indirect
48
49
github.com/tidwall/pretty v1.2.0 // indirect
49
50
github.com/urfave/cli v1.22.2 // indirect
50
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
51
- golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
52
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
53
- golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
54
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
55
- golang.org/x/text v0.3.7 // indirect
51
+ golang.org/x/crypto v0.1.0 // indirect
52
+ golang.org/x/net v0.7.0 // indirect
53
+ golang.org/x/oauth2 v0.1.0 // indirect
54
+ golang.org/x/sys v0.5.0 // indirect
55
+ golang.org/x/term v0.5.0 // indirect
56
+ golang.org/x/text v0.7.0 // indirect
56
57
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
57
58
google.golang.org/appengine v1.6.7 // indirect
58
- google.golang.org/protobuf v1.27 .1 // indirect
59
+ google.golang.org/protobuf v1.28 .1 // indirect
59
60
gopkg.in/inf.v0 v0.9.1 // indirect
60
61
gopkg.in/yaml.v2 v2.4.0 // indirect
61
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
62
+ gopkg.in/yaml.v3 v3.0.1 // indirect
62
63
k8s.io/apimachinery v0.23.0 // indirect
63
64
k8s.io/client-go v0.23.0 // indirect
64
65
k8s.io/klog/v2 v2.30.0 // indirect
0 commit comments