File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
44
44
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
45
45
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
46
46
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
47
- github.com/devfile/api/v2 v2.0.0-20210111205815-273464363288 h1:3Ea0dVgtCEyWSjobneehLnqIGoK2pS6bWnGnJ1ek24Q =
48
- github.com/devfile/api/v2 v2.0.0-20210111205815-273464363288 /go.mod h1:ujP0i3nip2g/aSOXGEy3A7vTC6EIe1kZf9Cteja6OJg =
49
47
github.com/devfile/api/v2 v2.0.0-20210121164412-49ba915897f4 h1:jDzWFpF/BoyaemoPjAzw5SmlX172JsSsh+Frujm5Ww4 =
50
48
github.com/devfile/api/v2 v2.0.0-20210121164412-49ba915897f4 /go.mod h1:Cot4snybn3qhIh48oIFi9McocnIx7zY5fFbjfrIpPvg =
51
- github.com/devfile/api/v2 v2.0.0 h1:pk4d5pFHmWuX6cvlrBK4T+o1r2S/R4r2CCEKE4PiXJ4 =
52
- github.com/devfile/api/v2 v2.0.0 /go.mod h1:Cot4snybn3qhIh48oIFi9McocnIx7zY5fFbjfrIpPvg =
53
49
github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
54
50
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
55
51
github.com/docker/go-units v0.3.3 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ func main() {
18
18
if len (os .Args ) > 1 {
19
19
if strings .HasPrefix (os .Args [1 ], "http" ) {
20
20
devfile , err = devfilepkg .ParseFromURLAndValidate (os .Args [1 ])
21
- } else {
21
+ } else {
22
22
devfile , err = ParseDevfile (os .Args [1 ])
23
23
}
24
24
fmt .Println ("parsing devfile from " + os .Args [1 ])
You can’t perform that action at this time.
0 commit comments