diff options
author | Julien Dessaux | 2024-05-14 22:38:06 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-05-18 16:45:19 +0200 |
commit | 6d651a8c4185f18d56673cae2543c155ec405839 (patch) | |
tree | 710f8cee1f60752728ebb487af6b202d448b7500 /go.mod | |
parent | Bump actions/checkout from 4.1.5 to 4.1.6 (#47) (diff) | |
download | terraform-provider-eventline-6d651a8c4185f18d56673cae2543c155ec405839.tar.gz terraform-provider-eventline-6d651a8c4185f18d56673cae2543c155ec405839.tar.bz2 terraform-provider-eventline-6d651a8c4185f18d56673cae2543c155ec405839.zip |
chore(deps): updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,10 +23,10 @@ require ( github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect github.com/cloudflare/circl v1.3.7 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/fatih/color v1.16.0 // indirect + github.com/fatih/color v1.17.0 // indirect github.com/galdor/go-ejson v0.0.0-20240405095552-5d567fc5a35a // indirect github.com/galdor/go-log v0.0.0-20231116135458-c8a467cfb388 // indirect - github.com/galdor/go-service v0.0.0-20240426095727-39eb3775311a // indirect + github.com/galdor/go-service v0.0.0-20240514085625-32cdc0ed2066 // indirect github.com/galdor/go-uuid v0.0.0-20230418134831-d236b757febe // indirect github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.6.0 // indirect @@ -36,7 +36,7 @@ require ( github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-hclog v1.6.3 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect - github.com/hashicorp/go-plugin v1.6.0 // indirect + github.com/hashicorp/go-plugin v1.6.1 // indirect github.com/hashicorp/go-uuid v1.0.3 // indirect github.com/hashicorp/go-version v1.6.0 // indirect github.com/hashicorp/hc-install v0.6.4 // indirect @@ -80,7 +80,7 @@ require ( golang.org/x/sync v0.7.0 // indirect golang.org/x/sys v0.20.0 // indirect golang.org/x/text v0.15.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect google.golang.org/grpc v1.63.2 // indirect google.golang.org/protobuf v1.34.1 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect |