diff options
author | Julien Dessaux | 2023-11-27 23:59:35 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-11-27 23:59:35 +0100 |
commit | 452fec42ef6dd977a012e4657c775833a8511081 (patch) | |
tree | ee69b2c65fd5fdcdb65014b3d0367a9b9e6efe2a /go.mod | |
parent | Updated dependencies (diff) | |
download | terraform-provider-eventline-452fec42ef6dd977a012e4657c775833a8511081.tar.gz terraform-provider-eventline-452fec42ef6dd977a012e4657c775833a8511081.tar.bz2 terraform-provider-eventline-452fec42ef6dd977a012e4657c775833a8511081.zip |
Updated dependencies
Diffstat (limited to '')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -67,14 +67,14 @@ require ( github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect github.com/zclconf/go-cty v1.13.2 // indirect - golang.org/x/crypto v0.15.0 // indirect + golang.org/x/crypto v0.16.0 // indirect golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect golang.org/x/mod v0.11.0 // indirect - golang.org/x/net v0.18.0 // indirect + golang.org/x/net v0.19.0 // indirect golang.org/x/sync v0.5.0 // indirect - golang.org/x/sys v0.14.0 // indirect + golang.org/x/sys v0.15.0 // indirect golang.org/x/text v0.14.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect google.golang.org/grpc v1.59.0 // indirect google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect |