@@ -20,10 +20,9 @@ require (
2020github.com/gaia-pipeline/flag v1.7.4-pre
2121github.com/gaia-pipeline/protobuf v0.0.0-20180812091451-7be8a901b55a
2222github.com/gliderlabs/ssh v0.1.1 // indirect
23- github.com/gofrs/uuid v3.2 .0+incompatible
23+ github.com/gofrs/uuid v3.3 .0+incompatible
2424github.com/gogo/protobuf v1.2.1 // indirect
25- github.com/golang/protobuf v1.3.1
26- github.com/google/go-cmp v0.2.0 // indirect
25+ github.com/golang/protobuf v1.4.3
2726github.com/google/go-github v15.0.0+incompatible
2827github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
2928github.com/gorilla/mux v1.7.3 // indirect
@@ -33,7 +32,6 @@ require (
3332github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
3433github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3534github.com/kevinburke/ssh_config v0.0.0-20180317175531-9fc7bb800b55 // indirect
36- github.com/labstack/echo v3.3.10+incompatible
3735github.com/labstack/echo/v4 v4.0.0
3836github.com/mitchellh/go-homedir v0.0.0-20180801233206-58046073cbff // indirect
3937github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
@@ -50,20 +48,23 @@ require (
5048github.com/src-d/gcfg v1.3.0 // indirect
5149github.com/stretchr/testify v1.6.1
5250github.com/swaggo/echo-swagger v1.0.0
53- github.com/swaggo/swag v1.6.7
51+ github.com/swaggo/swag v1.6.3
5452github.com/xanzy/ssh-agent v0.2.0 // indirect
5553go.etcd.io/bbolt v1.3.4
56- golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
54+ golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
5755golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
58- golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
5956golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
60- google.golang.org/grpc v1.18 .0
57+ google.golang.org/grpc v1.27 .0
6158gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
6259gopkg.in/src-d/go-git-fixtures.v3 v3.3.0 // indirect
6360gopkg.in/src-d/go-git.v4 v4.5.0
6461gopkg.in/warnings.v0 v0.1.2 // indirect
65- gopkg.in/yaml.v2 v2.2.7
62+ gopkg.in/yaml.v2 v2.3.0
6663gotest.tools v2.2.0+incompatible // indirect
6764)
6865
6966go 1.13
67+
68+ replace github.com/swaggo/swag =>github.com/swaggo/swag v1.6.10-0.20201104153820-3f47d68f8872
69+
70+ replace github.com/ugorji/go/codec =>github.com/ugorji/go/codec v1.2.0