File tree Expand file tree Collapse file tree 2 files changed +8
-49
lines changed Expand file tree Collapse file tree 2 files changed +8
-49
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ require (
10
10
github.com/google/uuid v1.3.0
11
11
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
12
12
github.com/leodido/go-urn v1.2.2 // indirect
13
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
14
- github.com/onsi/ginkgo v1.16.5 // indirect
15
13
github.com/onsi/gomega v1.19.0 // indirect
16
14
github.com/ugorji/go/codec v1.2.10 // indirect
17
15
golang.org/x/arch v0.2.0 // indirect
18
- golang.org/x/crypto v0.6.0
16
+ golang.org/x/crypto v0.6.0 // indirect
19
17
)
20
18
21
19
replace (
20
+ golang.org/x/crypto => golang.org/x/crypto v0.6.0
22
21
gopkg.in/yaml.v2 v2.2.2 => gopkg.in/yaml.v2 v2.2.8
23
22
gopkg.in/yaml.v2 v2.2.4 => gopkg.in/yaml.v2 v2.2.8
24
23
)
You can’t perform that action at this time.
0 commit comments