chore(deps): update dependencies

This commit is contained in:
Julien Dessaux 2025-03-06 00:36:17 +01:00
parent 6208fbfed4
commit f3a758d21a
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 44 additions and 42 deletions

20
go.mod
View file

@ -1,6 +1,6 @@
module git.adyxax.org/adyxax/terraform-provider-eventline
go 1.23.6
go 1.24.1
require (
github.com/exograd/eventline v1.1.2
@ -75,16 +75,16 @@ require (
go.n16f.net/log v0.0.0-20240820155337-9eef10dcf842 // indirect
go.n16f.net/service v0.0.0-20250219144829-ff194bce6811 // indirect
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
google.golang.org/grpc v1.70.0 // indirect
google.golang.org/grpc v1.71.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect