feat(plugins): Update MinIO plugin to v0.1.3 (#4887) (#4888)

pull/4889/head
Hugo 2 years ago committed by GitHub
parent 2d9da46158
commit cac8fa4cac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@ module github.com/hashicorp/boundary/plugins/boundary/mains/minio
go 1.22.2
require (
github.com/hashicorp/boundary-plugin-minio v0.1.2
github.com/hashicorp/boundary-plugin-minio v0.1.3
github.com/hashicorp/boundary/sdk v0.0.42
)

@ -60,8 +60,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaU
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/hashicorp/boundary-plugin-minio v0.1.2 h1:2X1pr9Oqfe/R3tAzPLY9u3IRzZxLNp7mzvnsjEFx7d8=
github.com/hashicorp/boundary-plugin-minio v0.1.2/go.mod h1:SGZen1uwxv3dha13c0Jh3oOpiSvcEEjYFI7ik0ONIZ0=
github.com/hashicorp/boundary-plugin-minio v0.1.3 h1:uGgTaZUh+gyIuEBaTF14jFzUzNzGue4swlc354XiUzU=
github.com/hashicorp/boundary-plugin-minio v0.1.3/go.mod h1:SGZen1uwxv3dha13c0Jh3oOpiSvcEEjYFI7ik0ONIZ0=
github.com/hashicorp/boundary/sdk v0.0.42 h1:iRDdnM6/6q9qLtBP7/cpq/FWQGf69TFSsBQFxgGK8Jw=
github.com/hashicorp/boundary/sdk v0.0.42/go.mod h1:QJhm4rky2YMtk9DS5Rj8QJhDKB/6zQbVrm3R0QgdYmQ=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

Loading…
Cancel
Save