diff options
author | Julien Dessaux | 2023-11-10 17:48:26 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-11-10 17:48:26 +0100 |
commit | 52e719db7956aac084f39cd4c234115b7f77b11d (patch) | |
tree | 07d3ff6de12ad1421343ed6882751b5cdc56e25b /go.mod | |
parent | Updated dependencies (diff) | |
download | terraform-provider-eventline-52e719db7956aac084f39cd4c234115b7f77b11d.tar.gz terraform-provider-eventline-52e719db7956aac084f39cd4c234115b7f77b11d.tar.bz2 terraform-provider-eventline-52e719db7956aac084f39cd4c234115b7f77b11d.zip |
Updated dependenciesv0.2.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,10 +67,10 @@ 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.14.0 // indirect + golang.org/x/crypto v0.15.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.17.0 // indirect + golang.org/x/net v0.18.0 // indirect golang.org/x/sync v0.5.0 // indirect golang.org/x/sys v0.14.0 // indirect golang.org/x/text v0.14.0 // indirect |