1
0
mirror of https://github.com/muesli/mastotool synced 2025-06-05 22:09:22 +02:00
Files
mastotool/go.mod
dependabot[bot] cdfcf95b82 Bump github.com/jedib0t/go-pretty/v6 from 6.4.3 to 6.4.4
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.4.3 to 6.4.4.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.4.3...v6.4.4)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 01:05:51 +01:00

14 lines
356 B
Modula-2

module github.com/muesli/mastotool
go 1.15
require (
github.com/jedib0t/go-pretty/v6 v6.4.4
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-mastodon v0.0.6
github.com/microcosm-cc/bluemonday v1.0.22
github.com/muesli/goprogressbar v0.2.0
github.com/spf13/cobra v1.6.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)