go.mod

1// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
2//
3// SPDX-License-Identifier: CC0-1.0
4
5module git.sr.ht/~amolith/opml2md
6
7go 1.20
8
9require github.com/spf13/pflag v1.0.5