diff options
author | Julien Dessaux | 2024-05-26 21:53:08 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-05-26 21:53:08 +0200 |
commit | 5a0e1975913e0298c968a7d42fe82b07cdf29ca7 (patch) | |
tree | 2990275b8d2ae364ea7092e17507428924296022 | |
parent | chore(deps): updated dependencies (diff) | |
download | terraform-provider-eventline-5a0e1975913e0298c968a7d42fe82b07cdf29ca7.tar.gz terraform-provider-eventline-5a0e1975913e0298c968a7d42fe82b07cdf29ca7.tar.bz2 terraform-provider-eventline-5a0e1975913e0298c968a7d42fe82b07cdf29ca7.zip |
chore(deps): updated dependencies
-rw-r--r-- | go.mod | 4 | ||||
-rw-r--r-- | go.sum | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -24,7 +24,7 @@ require ( github.com/cloudflare/circl v1.3.7 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/fatih/color v1.17.0 // indirect - github.com/galdor/go-ejson v0.0.0-20240405095552-5d567fc5a35a // indirect + github.com/galdor/go-ejson v0.0.0-20240526131538-b29d6e641904 // indirect github.com/galdor/go-log v0.0.0-20231116135458-c8a467cfb388 // indirect github.com/galdor/go-service v0.0.0-20240521161824-a49afa34eed8 // indirect github.com/galdor/go-uuid v0.0.0-20230418134831-d236b757febe // indirect @@ -51,7 +51,7 @@ require ( github.com/imdario/mergo v0.3.15 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect - github.com/jackc/pgx/v5 v5.5.5 // indirect + github.com/jackc/pgx/v5 v5.6.0 // indirect github.com/jackc/puddle/v2 v2.2.1 // indirect github.com/keybase/saltpack v0.0.0-20231213211625-726bb684c617 // indirect github.com/leaanthony/go-ansi-parser v1.6.1 // indirect @@ -42,8 +42,8 @@ github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI= github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE= github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps= -github.com/galdor/go-ejson v0.0.0-20240405095552-5d567fc5a35a h1:JoRhi2l5RnW7n5jCTw0xxuqKR1hQ7+/Z1GrBVgRQVLA= -github.com/galdor/go-ejson v0.0.0-20240405095552-5d567fc5a35a/go.mod h1:UjFWag8YC+hQOHLuJv/CRcjLvO83oI8bO0ZaZhCL6QY= +github.com/galdor/go-ejson v0.0.0-20240526131538-b29d6e641904 h1:qrAOShVFsP5j257FunSWfy57GiNR/IKQgaZb9Z8nceI= +github.com/galdor/go-ejson v0.0.0-20240526131538-b29d6e641904/go.mod h1:UjFWag8YC+hQOHLuJv/CRcjLvO83oI8bO0ZaZhCL6QY= github.com/galdor/go-log v0.0.0-20231116135458-c8a467cfb388 h1:mhSk1OIYX9AOp+pbOOcln7G2zlgQES+fO+0OptBGXEM= github.com/galdor/go-log v0.0.0-20231116135458-c8a467cfb388/go.mod h1:R6YFiHlngxF96nawrfe/P2/lBiv2lTZJHdy+HCF6idk= github.com/galdor/go-service v0.0.0-20240521161824-a49afa34eed8 h1:cbrC1PWGRIq9q+ryW9Z6S/Ktwwztqg9XCvaGEgCQx6Y= @@ -116,8 +116,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 h1:L0QtFUgDarD7Fpv9jeVMgy/+Ec0mtnmYuImjTz6dtDA= github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM= -github.com/jackc/pgx/v5 v5.5.5 h1:amBjrZVmksIdNjxGW/IiIMzxMKZFelXbUoPNb+8sjQw= -github.com/jackc/pgx/v5 v5.5.5/go.mod h1:ez9gk+OAat140fv9ErkZDYFWmXLfV+++K0uAOiwgm1A= +github.com/jackc/pgx/v5 v5.6.0 h1:SWJzexBzPL5jb0GEsrPMLIsi/3jOo7RHlzTjcAeDrPY= +github.com/jackc/pgx/v5 v5.6.0/go.mod h1:DNZ/vlrUnhWCoFGxHAG8U2ljioxukquj7utPDgtQdTw= github.com/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk= github.com/jackc/puddle/v2 v2.2.1/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= |