Skip to content

Commit 06305ac

Browse files
committed
chore(deps): Replace older crypto
1 parent b39d138 commit 06305ac

File tree

2 files changed

+8
-49
lines changed

2 files changed

+8
-49
lines changed

sample/go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ require (
1010
github.com/google/uuid v1.3.0
1111
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
1212
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
1513
github.com/onsi/gomega v1.19.0 // indirect
1614
github.com/ugorji/go/codec v1.2.10 // indirect
1715
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
1917
)
2018

2119
replace (
20+
golang.org/x/crypto => golang.org/x/crypto v0.6.0
2221
gopkg.in/yaml.v2 v2.2.2 => gopkg.in/yaml.v2 v2.2.8
2322
gopkg.in/yaml.v2 v2.2.4 => gopkg.in/yaml.v2 v2.2.8
2423
)

0 commit comments

Comments
 (0)