Skip to content

Commit a564e80

Browse files
committed
feat(builder): update controller-sdk-go
1 parent 280d854 commit a564e80

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a
77
github.com/aws/aws-sdk-go v1.40.15
88
github.com/distribution/distribution/v3 v3.0.0-20210921140121-a60a3f69eb54
9-
github.com/drycc/controller-sdk-go v0.0.0-20210826011521-d57f3c75935a
9+
github.com/drycc/controller-sdk-go v0.0.0-20211124095117-dbf56da8c5a8
1010
github.com/drycc/pkg v0.0.0-20210826011456-c60b87108840
1111
github.com/kelseyhightower/envconfig v1.4.0
1212
github.com/pborman/uuid v1.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/distribution/distribution/v3 v3.0.0-20210921140121-a60a3f69eb54 h1:gB
1616
github.com/distribution/distribution/v3 v3.0.0-20210921140121-a60a3f69eb54/go.mod h1:ZDZib/BOniVWcXcsy0voU8gR00znhe5VJm47d3H2Y5g=
1717
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=
1818
github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=
19-
github.com/drycc/controller-sdk-go v0.0.0-20210826011521-d57f3c75935a h1:TKz7m1cwN3ktK9bGWorLVSSmkLrDO4qALhdGUxTRToo=
20-
github.com/drycc/controller-sdk-go v0.0.0-20210826011521-d57f3c75935a/go.mod h1:DmVcssrb6yJMWI8sGT+8Xy3caVR5kSlsctD3a7Zn6FA=
19+
github.com/drycc/controller-sdk-go v0.0.0-20211124095117-dbf56da8c5a8 h1:cddNthWLhOdgvpF5S78Fc7j8I5ESDRUtTZhHIFTLcC0=
20+
github.com/drycc/controller-sdk-go v0.0.0-20211124095117-dbf56da8c5a8/go.mod h1:aGxL2AkmmG7d5afWiUGy93/+UPDnIxgsWSwxuznjteE=
2121
github.com/drycc/pkg v0.0.0-20210826011456-c60b87108840 h1:0OhP9AQ0mh3q0TMxK4PJTPSFwD/wj0xugiaZ3lnLcNA=
2222
github.com/drycc/pkg v0.0.0-20210826011456-c60b87108840/go.mod h1:KX1FLm7Fq6FLCsjjRsgfI/bMQuHZXqYf1ZXU9fzJhDw=
2323
github.com/go-logr/logr v0.4.0 h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc=

0 commit comments

Comments
 (0)