Skip to content

Commit 46c57bf

Browse files
committed
bump to latest go sdk
1 parent 410bc3c commit 46c57bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
7-
github.com/iLert/ilert-go/v3 v3.11.0
7+
github.com/iLert/ilert-go/v3 v3.11.1
88
)
99

1010
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE
103103
github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
104104
github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
105105
github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
106-
github.com/iLert/ilert-go/v3 v3.11.0 h1:h2FFGRO2fIaI6Ot24KXQ2/idUVBpcY2YBXbZaIUDiUU=
107-
github.com/iLert/ilert-go/v3 v3.11.0/go.mod h1:xHJ8qdmthK4HExcQOd3V5JARed/EBKTdX86MqrJ1yJ0=
106+
github.com/iLert/ilert-go/v3 v3.11.1 h1:IQYL62PfaDFwrJuH5jZjjoqzgZ0ru0UmM7fw/GWdHf0=
107+
github.com/iLert/ilert-go/v3 v3.11.1/go.mod h1:xHJ8qdmthK4HExcQOd3V5JARed/EBKTdX86MqrJ1yJ0=
108108
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
109109
github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=
110110
github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=

0 commit comments

Comments
 (0)