summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-30 13:58:31 +0000
committerGitHub <[email protected]>2023-08-30 13:58:31 +0000
commit8e9f60aafc9f583e0a800361bd66536b9c0788ac (patch)
treeb522839f14b2a313f72533181f9d19e887507f08 /go.mod
parent660b9045e10d4d2f8474e2739e6b0013636c065c (diff)
Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0
Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 44ddff5..ca240d6 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+ gopkg.in/yaml.v3 v3.0.0 // indirect
)
go 1.18