Skip to content

Commit 40779c7

Browse files
committed
Bump linkedca 0.22.2
1 parent 93eb7d2 commit 40779c7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

command/ca/provisioner/update.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,6 @@ func updateGCPDetails(ctx *cli.Context, p *linkedca.Provisioner) error {
919919
}
920920
if ctx.IsSet("disable-ssh-ca-user") {
921921
boolVal := ctx.Bool("disable-ssh-ca-user")
922-
fmt.Printf("boolVal = %+v\n", boolVal)
923922
details.DisableSshCaUser = &boolVal
924923
}
925924
if ctx.IsSet("disable-ssh-ca-host") {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/urfave/cli v1.22.16
2828
go.mozilla.org/pkcs7 v0.9.0
2929
go.step.sm/crypto v0.54.0
30-
go.step.sm/linkedca v0.22.1
30+
go.step.sm/linkedca v0.22.2
3131
golang.org/x/crypto v0.28.0
3232
golang.org/x/sys v0.26.0
3333
golang.org/x/term v0.25.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ go.step.sm/cli-utils v0.9.0 h1:55jYcsQbnArNqepZyAwcato6Zy2MoZDRkWW+jF+aPfQ=
391391
go.step.sm/cli-utils v0.9.0/go.mod h1:Y/CRoWl1FVR9j+7PnAewufAwKmBOTzR6l9+7EYGAnp8=
392392
go.step.sm/crypto v0.54.0 h1:V8p+12Ld0NRA/RBMYoKXA0dWmVKZSdCwP56IwzweT9g=
393393
go.step.sm/crypto v0.54.0/go.mod h1:vQJyTngfZDW+UyZdFzOMCY/txWDAmcwViEUC7Gn4YfU=
394-
go.step.sm/linkedca v0.22.1 h1:GvprpH9P4Sv9U+eZ3bxDgRSSpW14cFDYpe1kS6yWLkw=
395-
go.step.sm/linkedca v0.22.1/go.mod h1:dOKdF4HSn73YUEkfS5/FECngZmBtj2Il5DTKWXY4S6Y=
394+
go.step.sm/linkedca v0.22.2 h1:zmFIyDC77gFHo6FLQJ8OIXYpLYDIsgDWaYqtYs6A9/Q=
395+
go.step.sm/linkedca v0.22.2/go.mod h1:ESY8r5VfhJA8ZVzI6hXIQcEX9LwaY3aoPnT+Hb9jpbw=
396396
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
397397
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
398398
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=

0 commit comments

Comments
 (0)