We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39d138 commit 06305acCopy full SHA for 06305ac
sample/go.mod
@@ -10,15 +10,14 @@ require (
10
github.com/google/uuid v1.3.0
11
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
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
github.com/onsi/gomega v1.19.0 // indirect
16
github.com/ugorji/go/codec v1.2.10 // indirect
17
golang.org/x/arch v0.2.0 // indirect
18
- golang.org/x/crypto v0.6.0
+ golang.org/x/crypto v0.6.0 // indirect
19
)
20
21
replace (
+ golang.org/x/crypto => golang.org/x/crypto v0.6.0
22
gopkg.in/yaml.v2 v2.2.2 => gopkg.in/yaml.v2 v2.2.8
23
gopkg.in/yaml.v2 v2.2.4 => gopkg.in/yaml.v2 v2.2.8
24
0 commit comments