aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-08-31 22:08:17 +0200
committerJulien Dessaux2024-08-31 23:37:42 +0200
commit162e396007510581ea12764ea3fbd85ea0edbab9 (patch)
treeca3d8399ceed62e89204a9b74a9372f2fabcfa03 /go.mod
parentchore(deps): updated dependencies (diff)
downloadterraform-provider-eventline-162e396007510581ea12764ea3fbd85ea0edbab9.tar.gz
terraform-provider-eventline-162e396007510581ea12764ea3fbd85ea0edbab9.tar.bz2
terraform-provider-eventline-162e396007510581ea12764ea3fbd85ea0edbab9.zip
chore(deps): updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 10 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 6ad969d..90d60be 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.adyxax.org/adyxax/terraform-provider-eventline
go 1.23.0
require (
- github.com/exograd/eventline v1.1.0
+ github.com/exograd/eventline v1.1.1
github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f
github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.11.0
@@ -24,10 +24,6 @@ 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-20240526131538-b29d6e641904 // indirect
- github.com/galdor/go-log v0.0.0-20231116135458-c8a467cfb388 // indirect
- github.com/galdor/go-service v0.0.0-20240701152604-9aba41b1c983 // indirect
- github.com/galdor/go-uuid v0.0.0-20240530180133-1981a1fa6e63 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/cli v1.1.6 // indirect
@@ -57,7 +53,7 @@ require (
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/mattn/go-runewidth v0.0.12 // indirect
+ github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -73,12 +69,18 @@ require (
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
+ go.n16f.net/ejson v0.0.0-20240820145652-4e9192313c14 // indirect
+ go.n16f.net/log v0.0.0-20240820155337-9eef10dcf842 // indirect
+ go.n16f.net/program v0.0.0-20240831125021-3669d150b233 // indirect
+ go.n16f.net/service v0.0.0-20240722110736-50b450094c5c // indirect
+ go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
golang.org/x/crypto v0.26.0 // indirect
- golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
- golang.org/x/mod v0.17.0 // indirect
+ golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
+ golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
+ golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
google.golang.org/grpc v1.66.0 // indirect