Skip to content
This repository was archived by the owner on Feb 27, 2023. 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ require (
github.com/spf13/cobra v1.4.0
github.com/syndtr/goleveldb v1.0.0
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
google.golang.org/appengine v1.6.7 // indirect
golang.org/x/oauth2 v0.5.0
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
gopkg.in/h2non/gock.v1 v1.1.2
gopkg.in/src-d/go-git.v4 v4.13.1
Expand Down
Loading