Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: svc-excavator-bot <[email protected]>
  • Loading branch information
svc-excavator-bot and svc-excavator-bot authored Dec 24, 2020
1 parent 92b46fe commit 333023a
Show file tree
Hide file tree
Showing 211 changed files with 26,486 additions and 7,181 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ require (
github.com/palantir/pkg/signals v1.0.1
github.com/palantir/pkg/specdir v1.0.1
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
github.com/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
golang.org/x/tools v0.0.0-20191109212701-97ad0ed33101
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc
gopkg.in/cheggaaa/pb.v1 v1.0.22
gopkg.in/yaml.v2 v2.2.5
gopkg.in/yaml.v2 v2.2.8
)
266 changes: 264 additions & 2 deletions go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vendor/github.com/golang/protobuf/proto/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions vendor/github.com/golang/protobuf/proto/deprecated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/golang/protobuf/proto/equal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 71 additions & 7 deletions vendor/github.com/golang/protobuf/proto/extensions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 12 additions & 26 deletions vendor/github.com/golang/protobuf/proto/lib.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 333023a

Please sign in to comment.