Skip to content

Commit a6400d2

Browse files
committed
Update go.mod to reflect new name for devfile/api
Update to latest devfile/api snapshot to include change locally. Signed-off-by: Angel Misevski <[email protected]>
1 parent 39f8506 commit a6400d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.12
55
// Che Plugin Broker v3.1.1
66
require github.com/eclipse/che-plugin-broker v3.1.1-0.20200207223144-b20597f15e4c+incompatible
77

8-
// use-devfile-2.0-in-devworkspace-controller
9-
require github.com/devfile/kubernetes-api v0.0.0-20200721203247-1ae49a1fac4c
8+
// Devfile 2.0 APIs
9+
require github.com/devfile/api v0.0.0-20200811183618-b6daa2c997a5
1010

1111
// Operator Framework 0.17.x
1212
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd/go.mod h1
189189
github.com/deislabs/oras v0.8.1/go.mod h1:Mx0rMSbBNaNfY9hjpccEnxkOqJL6KGjtxNHPLC4G4As=
190190
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM=
191191
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
192-
github.com/devfile/kubernetes-api v0.0.0-20200721203247-1ae49a1fac4c h1:dW6x8CA7Qzmk9BRXzqv34U9pi9u+7zd5rWxT352FgCI=
193-
github.com/devfile/kubernetes-api v0.0.0-20200721203247-1ae49a1fac4c/go.mod h1:yqOXWQYZvwWrGU+M2bbMPkYobKw67ejseWTNdaKEPGA=
192+
github.com/devfile/api v0.0.0-20200811183618-b6daa2c997a5 h1:0gVlGfWD+zogf9Evik7/0u/Sq5Y2EIspc6YQhbcj9Gw=
193+
github.com/devfile/api v0.0.0-20200811183618-b6daa2c997a5/go.mod h1:Vp/qTkhypzyMxHfFw0OrySWPqpKSt+E6IN7wKTCUYVQ=
194194
github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
195195
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
196196
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=

0 commit comments

Comments
 (0)