File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ require (
10
10
github.com/appscode/go v0.0.0-20200928211031-cc0c23082d91
11
11
github.com/blang/semver v3.5.1+incompatible // indirect
12
12
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
13
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
14
13
github.com/go-openapi/spec v0.19.8
15
14
github.com/go-openapi/swag v0.19.9 // indirect
16
15
github.com/gogo/protobuf v1.3.1
Original file line number Diff line number Diff line change @@ -129,8 +129,6 @@ github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2
129
129
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
130
130
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
131
131
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
132
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
133
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
134
132
github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd /go.mod h1:dv4zxwHi5C/8AeI+4gX4dCWOIvNi7I6JCSX0HvlKPgE =
135
133
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM =
136
134
github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ github.com/coreos/go-systemd/daemon
48
48
github.com/coreos/go-systemd/journal
49
49
# github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea
50
50
github.com/coreos/pkg/capnslog
51
- # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
51
+ # github.com/davecgh/go-spew v1.1.1
52
52
github.com/davecgh/go-spew/spew
53
53
# github.com/dgrijalva/jwt-go v3.2.0+incompatible
54
54
github.com/dgrijalva/jwt-go
You can’t perform that action at this time.
0 commit comments