Skip to content

Commit

Permalink
Merge pull request #178 from K-Phoen/vendors-bump
Browse files Browse the repository at this point in the history
Update a few vendors
  • Loading branch information
K-Phoen authored May 26, 2022
2 parents 8349e34 + 7318bcc commit 08eb45d
Show file tree
Hide file tree
Showing 24 changed files with 389 additions and 976 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
files: ./doc/
config_file: .markdownlint.json

- uses: K-Phoen/action-misspell@master
- uses: reviewdog/action-misspell@v1
with:
github_token: ${{ github.token }}
reporter: github-pr-review
locale: "US"
exclude: |
./vendor/*
- name: alexjs
uses: theashraf/alex-action@master
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.16
require (
github.com/K-Phoen/sdk v0.11.0
github.com/blang/semver v3.5.1+incompatible
github.com/prometheus/common v0.32.0
github.com/prometheus/common v0.34.0
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gopkg.in/yaml.v3 v3.0.0
)
220 changes: 28 additions & 192 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/github.com/prometheus/common/model/time.go

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

13 changes: 13 additions & 0 deletions vendor/github.com/spf13/cobra/MAINTAINERS

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

11 changes: 3 additions & 8 deletions vendor/github.com/spf13/cobra/Makefile

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

54 changes: 20 additions & 34 deletions vendor/github.com/spf13/cobra/README.md

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

12 changes: 12 additions & 0 deletions vendor/github.com/spf13/cobra/args.go

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

48 changes: 30 additions & 18 deletions vendor/github.com/spf13/cobra/bash_completions.go

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

31 changes: 30 additions & 1 deletion vendor/github.com/spf13/cobra/bash_completionsV2.go

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

1 change: 1 addition & 0 deletions vendor/github.com/spf13/cobra/command_notwin.go

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

1 change: 1 addition & 0 deletions vendor/github.com/spf13/cobra/command_win.go

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

Loading

0 comments on commit 08eb45d

Please sign in to comment.