Skip to content

Commit

Permalink
Merge pull request #38 from werf/go-mod-fix
Browse files Browse the repository at this point in the history
chore: fix go.mod deps with go-mod-tidy (dependabot-alert)
  • Loading branch information
distorhead authored Oct 4, 2021
2 parents 57241d9 + 66c5db6 commit f85d532
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 132 deletions.
16 changes: 5 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ go 1.14

require (
github.com/gofrs/flock v0.7.1
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.1
github.com/json-iterator/go v1.1.8 // indirect
github.com/google/uuid v1.1.2
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
github.com/werf/kubedog v0.6.2
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
)
Loading

0 comments on commit f85d532

Please # to comment.