Skip to content
This repository was archived by the owner on Mar 21, 2025. 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
13 changes: 5 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@ go 1.13
require (
github.com/andygrunwald/go-gerrit v0.0.0-20191101112536-3f5e365ccf57
github.com/bmatcuk/doublestar v1.3.4
github.com/fsnotify/fsnotify v1.4.7
github.com/fsnotify/fsnotify v1.4.9
github.com/gfleury/go-bitbucket-v1 v0.0.0-20200104105711-ddbafbb02522
github.com/go-git/go-git/v5 v5.0.0
github.com/golang/protobuf v1.3.3 // indirect
github.com/google/go-cmp v0.5.5
github.com/go-git/go-git/v5 v5.11.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v27 v27.0.6
github.com/google/slothfs v0.0.0-20190417171004-6b42407d9230
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/xanzy/go-gitlab v0.25.0
go.uber.org/automaxprocs v1.3.0
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sync v0.3.0
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
humungus.tedunangst.com/r/gerc v0.1.2
)
Loading