summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-06-01 15:15:20 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2022-06-01 15:15:20 -0600
commit3d18bc56b93512c0980cfc89a68979f0920c2c50 (patch)
tree1043a531cd0fb704213e44bdc89577a695b5b6bb /go.mod
parent886ba84baa4f7ed7502034893e084193dd12f9f7 (diff)
go.mod: Update go-yaml to v3
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 45fc7df..c33270c 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf
google.golang.org/protobuf v1.27.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/yaml.v2 v2.4.0
+ gopkg.in/yaml.v3 v3.0.1
)
require (