Skip to content

Commit e651a27

Browse files
committed
Update moco-agent to v0.14.0
1 parent 69aeb02 commit e651a27

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
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.45
1111
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
1212
// Do not update moco-agent until changes that will cause StatefulSet to restart are made.
13-
github.com/cybozu-go/moco-agent v0.13.1
13+
github.com/cybozu-go/moco-agent v0.14.0
1414
github.com/go-logr/logr v1.4.2
1515
github.com/go-logr/stdr v1.2.2
1616
github.com/go-sql-driver/mysql v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
9393
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
9494
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
9595
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
96-
github.com/cybozu-go/moco-agent v0.13.1 h1:oTawTyTYZUKtce0vit3rIAPb9lyGSEaN0AAI+FTNVeU=
97-
github.com/cybozu-go/moco-agent v0.13.1/go.mod h1:zfMG/W23wf+88VBaFD8podt+jNPtNiVsX/TIIdxJpqU=
96+
github.com/cybozu-go/moco-agent v0.14.0 h1:zKzRgk97thDXofRfKDAEy84VPhHkrCt0HOZu7JNNo2c=
97+
github.com/cybozu-go/moco-agent v0.14.0/go.mod h1:zfMG/W23wf+88VBaFD8podt+jNPtNiVsX/TIIdxJpqU=
9898
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9999
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
100100
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

0 commit comments

Comments
 (0)