diff options
author | Julien Dessaux | 2025-02-16 09:42:40 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-02-16 09:42:40 +0100 |
commit | ae03012eae2843e8707f2a2b913d99afc4bd840b (patch) | |
tree | f1801b132b7ec06c8b233231e086b9843ccbfa7a /go.mod | |
parent | chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.1 (#79) (diff) | |
download | terraform-provider-eventline-ae03012eae2843e8707f2a2b913d99afc4bd840b.tar.gz terraform-provider-eventline-ae03012eae2843e8707f2a2b913d99afc4bd840b.tar.bz2 terraform-provider-eventline-ae03012eae2843e8707f2a2b913d99afc4bd840b.zip |
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ require ( go.n16f.net/service v0.0.0-20250116124454-c6d878b93c64 // indirect go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect golang.org/x/crypto v0.33.0 // indirect - golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect + golang.org/x/exp v0.0.0-20250215185904-eff6e970281f // indirect golang.org/x/mod v0.23.0 // indirect golang.org/x/net v0.35.0 // indirect golang.org/x/sync v0.11.0 // indirect |