This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
srv/go.mod
dependabot[bot] c7a575de70 Bump github.com/mmcdole/gofeed from 1.1.1 to 1.1.3 (#35)
Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/mmcdole/gofeed/releases)
- [Commits](https://github.com/mmcdole/gofeed/compare/v1.1.1...v1.1.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-20 07:42:50 -04:00

21 lines
760 B
Modula-2

module github.com/davegallant/srv
go 1.14
require (
github.com/EDDYCJY/fake-useragent v0.2.0
github.com/jroimartin/gocui v0.4.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20200608005635-e4eedbc6f7aa // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mmcdole/gofeed v1.1.3
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
github.com/spf13/afero v1.6.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0
)