Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/pacedotdev/oto/otohttp v0.3.0
github.com/shurcooL/githubv4 v0.0.0-20200414012201-bbc966b061dd
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)
Loading