1
0
mirror of https://github.com/muesli/mastotool synced 2025-02-16 11:51:02 +01:00
mastotool/go.mod
dependabot[bot] b6a66b3c76
Bump github.com/microcosm-cc/bluemonday from 1.0.22 to 1.0.24
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.22 to 1.0.24.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.22...v1.0.24)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 03:01:22 +00: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.24
github.com/muesli/goprogressbar v0.2.0
github.com/spf13/cobra v1.6.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)