Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

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

Lines changed: 2 additions & 3 deletions
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)