summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-14 10:01:31 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-15 14:44:37 +0200
commit5d36d801534c0823697610fdb32e1eeb61f70e33 (patch)
tree6a9fdc6d2d3e2f2feb368fd7e8ec6e2a29fb7686 /go.mod
parent9b34d42bb2ff05deaeeef63ff4b5b993f35f0451 (diff)
build(deps): bump github.com/rogpeppe/go-internal from 1.6.2 to 1.8.0
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.6.2 to 1.8.0. - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.6.2...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
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 5c055c244..dd4887dfa 100644
--- a/go.mod
+++ b/go.mod
@@ -44,7 +44,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/pelletier/go-toml v1.8.1
github.com/pkg/errors v0.9.1
- github.com/rogpeppe/go-internal v1.6.2
+ github.com/rogpeppe/go-internal v1.8.0
github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/sanity-io/litter v1.5.0