Skip to content

Commit

Permalink
Update go.mod and vendor/modules.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley authored and fntlnz committed May 3, 2021
1 parent acf43b0 commit 1cbcd8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/iovisor/kubectl-trace
go 1.15

require (
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/fntlnz/mountinfo v0.0.0-20171106231217-40cb42681fad
github.com/kr/pretty v0.2.1 // indirect
github.com/pkg/errors v0.9.1
Expand All @@ -16,4 +17,5 @@ require (
k8s.io/client-go v0.19.3
k8s.io/kubectl v0.19.3
sigs.k8s.io/kind v0.9.0
sigs.k8s.io/yaml v1.2.0
)
2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ github.com/docker/spdystream/spdy
github.com/emicklei/go-restful
github.com/emicklei/go-restful/log
# github.com/evanphx/json-patch v4.9.0+incompatible
## explicit
github.com/evanphx/json-patch
# github.com/evanphx/json-patch/v5 v5.1.0
github.com/evanphx/json-patch/v5
Expand Down Expand Up @@ -506,4 +507,5 @@ sigs.k8s.io/kustomize/pkg/types
# sigs.k8s.io/structured-merge-diff/v4 v4.0.1
sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.2.0
## explicit
sigs.k8s.io/yaml

0 comments on commit 1cbcd8d

Please sign in to comment.