chore(deps): updated dependencies
This commit is contained in:
parent
ce41b6557a
commit
de9320b59b
3 changed files with 19 additions and 19 deletions
12
go.mod
12
go.mod
|
@ -3,12 +3,12 @@ module git.adyxax.org/adyxax/terraform-provider-eventline
|
|||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/exograd/eventline v1.1.1
|
||||
github.com/exograd/eventline v1.1.2
|
||||
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
|
||||
github.com/stretchr/testify v1.9.0
|
||||
go.n16f.net/program v0.0.0-20240831125021-3669d150b233
|
||||
go.n16f.net/program v0.0.0-20240905080349-5f3363143961
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -48,8 +48,8 @@ require (
|
|||
github.com/imdario/mergo v0.3.15 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/pgx/v5 v5.7.0 // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
||||
github.com/jackc/pgx/v5 v5.7.1 // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||||
github.com/keybase/saltpack v0.0.0-20231213211625-726bb684c617 // indirect
|
||||
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
|
@ -72,7 +72,7 @@ require (
|
|||
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
|
||||
go.n16f.net/ejson v0.0.0-20240907142838-60dfff0cd542 // indirect
|
||||
go.n16f.net/log v0.0.0-20240820155337-9eef10dcf842 // indirect
|
||||
go.n16f.net/service v0.0.0-20240722110736-50b450094c5c // indirect
|
||||
go.n16f.net/service v0.0.0-20240905080653-027354f086d9 // indirect
|
||||
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
|
||||
golang.org/x/crypto v0.27.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
|
||||
|
@ -83,7 +83,7 @@ require (
|
|||
golang.org/x/term v0.24.0 // indirect
|
||||
golang.org/x/text v0.18.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
||||
google.golang.org/grpc v1.66.0 // indirect
|
||||
google.golang.org/grpc v1.66.1 // indirect
|
||||
google.golang.org/protobuf v1.34.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue