Skip to content

Commit

Permalink
Bump Go modules
Browse files Browse the repository at this point in the history
Use latest available for Go modules.

Remove ignore list of Dependabot configuration.
  • Loading branch information
HeavyWombat committed Sep 6, 2021
1 parent 5c463cd commit 2105daa
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 40 deletions.
31 changes: 1 addition & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,4 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/onsi/ginkgo
versions:
- 1.15.0
- 1.15.2
- 1.16.0
- dependency-name: k8s.io/api
versions:
- 0.20.4
- 0.20.5
- dependency-name: github.com/gonvenience/bunt
versions:
- 1.3.1
- 1.3.2
- dependency-name: github.com/tektoncd/pipeline
versions:
- 0.21.0
- dependency-name: github.com/onsi/gomega
versions:
- 1.10.5
- 1.11.0
- dependency-name: k8s.io/apimachinery
versions:
- 0.20.4
- dependency-name: github.com/spf13/cobra
versions:
- 1.1.3
- dependency-name: github.com/lucasb-eyer/go-colorful
versions:
- 1.2.0

20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ require (
github.com/gonvenience/text v1.0.6
github.com/gonvenience/wrap v1.1.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/shipwright-io/build v0.4.1-0.20210520103818-100d81d98775
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/tektoncd/pipeline v0.23.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/shipwright-io/build v0.5.2-0.20210830191632-04ff81c93dd5
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/tektoncd/pipeline v0.25.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
k8s.io/api v0.20.6
k8s.io/apimachinery v0.20.6
k8s.io/client-go v0.20.6
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
knative.dev/pkg v0.0.0-20210127163530-0d31134d5f4e
knative.dev/pkg v0.0.0-20210331065221-952fdd90dbb0
)
Loading

0 comments on commit 2105daa

Please sign in to comment.