Skip to content

Commit d98ddc1

Browse files
authored
Merge pull request #544 from philips-software/dependabot/go_modules/logproxy-filter-email/github.com/hashicorp/go-plugin-1.6.2
Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 in /logproxy-filter-email
2 parents aff38a3 + c559d1a commit d98ddc1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

logproxy-filter-email/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
module logproxy-filter-email
22

33
go 1.21
4+
toolchain go1.22.8
5+
46
require (
57
github.com/cloudfoundry-community/gautocloud v1.4.1
68
github.com/hashicorp/go-hclog v1.6.3
7-
github.com/hashicorp/go-plugin v1.6.1
9+
github.com/hashicorp/go-plugin v1.6.2
810
github.com/philips-software/gautocloud-connectors v0.7.0
911
github.com/philips-software/go-hsdp-api v0.85.0
1012
github.com/philips-software/logproxy v1.9.0

logproxy-filter-email/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ github.com/hashicorp/go-multierror v1.1.0/go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+
368368
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
369369
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
370370
github.com/hashicorp/go-plugin v1.4.3/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ=
371-
github.com/hashicorp/go-plugin v1.6.1 h1:P7MR2UP6gNKGPp+y7EZw2kOiq4IR9WiqLvp0XOsVdwI=
372-
github.com/hashicorp/go-plugin v1.6.1/go.mod h1:XPHFku2tFo3o3QKFgSYo+cghcUhw1NA1hZyMK0PWAw0=
371+
github.com/hashicorp/go-plugin v1.6.2 h1:zdGAEd0V1lCaU0u+MxWQhtSDQmahpkwOun8U8EiRVog=
372+
github.com/hashicorp/go-plugin v1.6.2/go.mod h1:CkgLQ5CZqNmdL9U9JzM532t8ZiYQ35+pj3b1FD37R0Q=
373373
github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs=
374374
github.com/hashicorp/go-retryablehttp v0.6.6/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY=
375375
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=

0 commit comments

Comments
 (0)