2023-06-19 00:05:58 +02:00
|
|
|
module git.adyxax.org/adyxax/terraform-provider-eventline
|
|
|
|
|
2024-04-08 23:45:32 +02:00
|
|
|
go 1.22.2
|
2023-06-19 00:05:58 +02:00
|
|
|
|
|
|
|
require (
|
2023-11-05 10:31:30 +01:00
|
|
|
github.com/exograd/eventline v1.1.0
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f
|
2024-06-04 22:42:00 +02:00
|
|
|
github.com/hashicorp/terraform-plugin-docs v0.19.4
|
2024-06-05 22:36:21 +02:00
|
|
|
github.com/hashicorp/terraform-plugin-framework v1.9.0
|
2024-03-03 01:07:01 +01:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2023-06-19 00:05:58 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-04-15 22:59:00 +02:00
|
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
2024-04-15 22:59:00 +02:00
|
|
|
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
2024-04-15 22:59:00 +02:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-05-14 22:38:06 +02:00
|
|
|
github.com/fatih/color v1.17.0 // indirect
|
2024-05-26 21:53:08 +02:00
|
|
|
github.com/galdor/go-ejson v0.0.0-20240526131538-b29d6e641904 // indirect
|
2023-11-16 23:37:16 +01:00
|
|
|
github.com/galdor/go-log v0.0.0-20231116135458-c8a467cfb388 // indirect
|
2024-05-25 21:29:01 +02:00
|
|
|
github.com/galdor/go-service v0.0.0-20240521161824-a49afa34eed8 // indirect
|
2024-05-31 23:34:27 +02:00
|
|
|
github.com/galdor/go-uuid v0.0.0-20240530180133-1981a1fa6e63 // indirect
|
2024-03-08 00:46:34 +01:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2024-02-23 23:22:16 +01:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/hashicorp/cli v1.1.6 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2024-04-04 15:15:18 +02:00
|
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-05-14 22:38:06 +02:00
|
|
|
github.com/hashicorp/go-plugin v1.6.1 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
2024-06-03 23:14:43 +02:00
|
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
|
|
github.com/hashicorp/hc-install v0.7.0 // indirect
|
|
|
|
github.com/hashicorp/terraform-exec v0.21.0 // indirect
|
|
|
|
github.com/hashicorp/terraform-json v0.22.1 // indirect
|
2024-05-13 22:29:56 +02:00
|
|
|
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
|
2023-11-05 10:31:30 +01:00
|
|
|
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
|
|
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.15 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2023-12-19 21:37:43 +01:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
|
2024-05-26 21:53:08 +02:00
|
|
|
github.com/jackc/pgx/v5 v5.6.0 // indirect
|
2023-11-05 10:31:30 +01:00
|
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
2023-12-19 21:37:43 +01:00
|
|
|
github.com/keybase/saltpack v0.0.0-20231213211625-726bb684c617 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-11-05 10:31:30 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.12 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
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
|
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/posener/complete v1.2.3 // indirect
|
2024-02-09 00:07:46 +01:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2023-11-05 10:31:30 +01:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2024-04-30 22:23:52 +02:00
|
|
|
github.com/yuin/goldmark v1.7.1 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
github.com/yuin/goldmark-meta v1.1.0 // indirect
|
2024-04-15 22:59:00 +02:00
|
|
|
github.com/zclconf/go-cty v1.14.4 // indirect
|
|
|
|
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
|
2024-05-13 22:29:56 +02:00
|
|
|
golang.org/x/crypto v0.23.0 // indirect
|
2024-04-08 23:45:32 +02:00
|
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
|
2024-06-03 23:14:43 +02:00
|
|
|
golang.org/x/mod v0.17.0 // indirect
|
2024-05-13 22:29:56 +02:00
|
|
|
golang.org/x/net v0.25.0 // indirect
|
2024-04-08 23:45:32 +02:00
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
2024-05-13 22:29:56 +02:00
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
golang.org/x/text v0.15.0 // indirect
|
2024-05-31 23:34:27 +02:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
|
2024-05-18 16:47:59 +02:00
|
|
|
google.golang.org/grpc v1.64.0 // indirect
|
2024-05-13 22:29:56 +02:00
|
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
2024-01-20 15:01:32 +01:00
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2023-06-19 00:05:58 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|