chore(deps): updated dependencies

This commit is contained in:
Julien Dessaux 2024-12-13 09:17:07 +01:00
parent 3d4a6c60a7
commit 510c64a50a
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 50 additions and 36 deletions

24
go.mod
View file

@ -1,6 +1,6 @@
module git.adyxax.org/adyxax/terraform-provider-eventline
go 1.23.3
go 1.23.4
require (
github.com/exograd/eventline v1.1.2
@ -8,7 +8,7 @@ require (
github.com/hashicorp/terraform-plugin-docs v0.20.1
github.com/hashicorp/terraform-plugin-framework v1.13.0
github.com/stretchr/testify v1.10.0
go.n16f.net/program v0.0.0-20241014083959-8f6b1ea62841
go.n16f.net/program v0.0.0-20241208190041-4d0013a2857b
)
require (
@ -73,18 +73,18 @@ require (
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
go.n16f.net/ejson v0.0.0-20241008085127-23636287c009 // indirect
go.n16f.net/log v0.0.0-20240820155337-9eef10dcf842 // indirect
go.n16f.net/service v0.0.0-20241118101820-10d5cc6364ba // indirect
go.n16f.net/service v0.0.0-20241204150335-c393e39fc10b // indirect
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
google.golang.org/grpc v1.68.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/grpc v1.69.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect