diff options
author | Julien Dessaux | 2024-10-27 21:50:16 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-10-27 21:50:16 +0100 |
commit | 82a692e48ca326ef7995db56952d5dc6b8e61787 (patch) | |
tree | 4800e2ca0f54aa78a54d5e5a8121e24d89e9fc23 /go.mod | |
parent | chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#65) (diff) | |
download | terraform-provider-eventline-82a692e48ca326ef7995db56952d5dc6b8e61787.tar.gz terraform-provider-eventline-82a692e48ca326ef7995db56952d5dc6b8e61787.tar.bz2 terraform-provider-eventline-82a692e48ca326ef7995db56952d5dc6b8e61787.zip |
chore(deps): updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,7 +24,7 @@ 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.17.0 // indirect + github.com/fatih/color v1.18.0 // 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 @@ -33,7 +33,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.1 // indirect + github.com/hashicorp/go-plugin v1.6.2 // indirect github.com/hashicorp/go-uuid v1.0.3 // indirect github.com/hashicorp/go-version v1.7.0 // indirect github.com/hashicorp/hc-install v0.7.0 // indirect @@ -82,7 +82,7 @@ require ( golang.org/x/sys v0.26.0 // indirect golang.org/x/term v0.25.0 // indirect golang.org/x/text v0.19.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect google.golang.org/grpc v1.67.1 // indirect google.golang.org/protobuf v1.35.1 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect |