-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from p1ass/go-mod-tidy
Execute go mod tidy
- Loading branch information
Showing
2 changed files
with
3 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
module github.com/p1ass/feeder | ||
|
||
go 1.14 | ||
|
||
require ( | ||
bou.ke/monkey v1.0.1 // indirect | ||
github.com/kr/pretty v0.2.0 | ||
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect | ||
github.com/otiai10/marmoset v0.4.0 // indirect | ||
github.com/otiai10/mint v1.2.3 // indirect | ||
github.com/otiai10/opengraph v1.1.1 | ||
github.com/p1ass/feeds v1.1.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters