Skip to content

Commit

Permalink
Remove problematic go.pedge.io dependency (#2129)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Griffiths <[email protected]>

Signed-off-by: Grant Griffiths <[email protected]>
  • Loading branch information
Grant Griffiths authored Oct 25, 2022
1 parent 08a0ad3 commit bc6579d
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 1,285 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/gobuffalo/packr v1.11.0
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.0
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
Expand Down Expand Up @@ -61,8 +61,6 @@ require (
github.com/stretchr/testify v1.7.0
github.com/urfave/negroni v1.0.1-0.20181201104632-7183f09c600e
github.com/vbatts/tar-split v0.9.14-0.20160330203851-226f7c74905f // indirect
go.pedge.io/pb v0.0.0-20171203174523-dbc791b8a69c // indirect
go.pedge.io/proto v0.0.0-20170422232847-c5da4db108f6
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/zap v1.15.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
Expand Down
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,6 @@ go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.4 h1:LYy1Hy3MJdrCdMwwzxA/dRok4ejH+RwNGbuoD9fCjto=
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.pedge.io/pb v0.0.0-20171203174523-dbc791b8a69c h1:DBSVB/L0eF4G4MSYs1SZbxBc2eKktRVT68CYgsonZzk=
go.pedge.io/pb v0.0.0-20171203174523-dbc791b8a69c/go.mod h1:GkGa0JfsGuOWpsyfhrOgESFpERl3k6SFcjPCItfr+04=
go.pedge.io/proto v0.0.0-20170422232847-c5da4db108f6 h1:twO0NmK3mp1Sj1fVhzCBuxEMc/SdGABjIrF5I9JvwYI=
go.pedge.io/proto v0.0.0-20170422232847-c5da4db108f6/go.mod h1:PloHtlON9Mj1YdxURycTKxSn+p+4Ro9mK/5jMl/v//Y=
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
Expand Down
22 changes: 0 additions & 22 deletions vendor/go.pedge.io/pb/LICENSE

This file was deleted.

336 changes: 0 additions & 336 deletions vendor/go.pedge.io/pb/go/google/protobuf/api.pb.go

This file was deleted.

Loading

0 comments on commit bc6579d

Please sign in to comment.