Skip to content

Commit d788c9f

Browse files
authored
feat(plugins): Update MinIO plugin to v0.1.3 (#4887)
1 parent 333b9e8 commit d788c9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/boundary/mains/minio/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/hashicorp/boundary/plugins/boundary/mains/minio
33
go 1.22.2
44

55
require (
6-
github.com/hashicorp/boundary-plugin-minio v0.1.2
6+
github.com/hashicorp/boundary-plugin-minio v0.1.3
77
github.com/hashicorp/boundary/sdk v0.0.42
88
)
99

plugins/boundary/mains/minio/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaU
6060
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
6161
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
6262
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
63-
github.com/hashicorp/boundary-plugin-minio v0.1.2 h1:2X1pr9Oqfe/R3tAzPLY9u3IRzZxLNp7mzvnsjEFx7d8=
64-
github.com/hashicorp/boundary-plugin-minio v0.1.2/go.mod h1:SGZen1uwxv3dha13c0Jh3oOpiSvcEEjYFI7ik0ONIZ0=
63+
github.com/hashicorp/boundary-plugin-minio v0.1.3 h1:uGgTaZUh+gyIuEBaTF14jFzUzNzGue4swlc354XiUzU=
64+
github.com/hashicorp/boundary-plugin-minio v0.1.3/go.mod h1:SGZen1uwxv3dha13c0Jh3oOpiSvcEEjYFI7ik0ONIZ0=
6565
github.com/hashicorp/boundary/sdk v0.0.42 h1:iRDdnM6/6q9qLtBP7/cpq/FWQGf69TFSsBQFxgGK8Jw=
6666
github.com/hashicorp/boundary/sdk v0.0.42/go.mod h1:QJhm4rky2YMtk9DS5Rj8QJhDKB/6zQbVrm3R0QgdYmQ=
6767
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

0 commit comments

Comments
 (0)