Skip to content

Commit f85d532

Browse files
authored
Merge pull request #38 from werf/go-mod-fix
chore: fix go.mod deps with go-mod-tidy (dependabot-alert)
2 parents 57241d9 + 66c5db6 commit f85d532

File tree

2 files changed

+658
-132
lines changed

2 files changed

+658
-132
lines changed

go.mod

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ go 1.14
44

55
require (
66
github.com/gofrs/flock v0.7.1
7-
github.com/gogo/protobuf v1.3.1 // indirect
8-
github.com/golang/protobuf v1.3.2 // indirect
9-
github.com/google/gofuzz v1.1.0 // indirect
10-
github.com/google/uuid v1.1.1
11-
github.com/json-iterator/go v1.1.8 // indirect
7+
github.com/google/uuid v1.1.2
128
github.com/spaolacci/murmur3 v1.1.0
13-
github.com/stretchr/testify v1.4.0 // indirect
14-
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
15-
k8s.io/apimachinery v0.18.6
16-
k8s.io/client-go v0.18.6
17-
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
18-
sigs.k8s.io/yaml v1.2.0 // indirect
9+
github.com/werf/kubedog v0.6.2
10+
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
11+
k8s.io/apimachinery v0.20.4
12+
k8s.io/client-go v0.20.4
1913
)

0 commit comments

Comments
 (0)