summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-29 13:55:23 +0100
committerGitHub <noreply@github.com>2022-01-29 13:55:23 +0100
commit5ca40c8f7cbf3be64d7b5e813d06524afda48b28 (patch)
tree99b5837b664f1a061c9c18413bbc5c5768169aef /go.mod
parentef7d14a2418e62e6a2fdde41c636f7c1b9300a02 (diff)
deps: Update github.com/pelletier/go-toml/v2 to v2.0.0-beta.6
Closes #9439 Closes #9417
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 7152c5b24..3c9c9738f 100644
--- a/go.mod
+++ b/go.mod
@@ -42,7 +42,7 @@ require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/niklasfasching/go-org v1.6.0
github.com/olekukonko/tablewriter v0.0.5
- github.com/pelletier/go-toml/v2 v2.0.0-beta.3.0.20210727221244-fa0796069526
+ github.com/pelletier/go-toml/v2 v2.0.0-beta.6
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.8.0
github.com/russross/blackfriday v1.6.0