-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #279 from AbsaOSS/go-15-upgrade
fix dependabot version upgrade
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
module github.com/AbsaOSS/k8gb | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/AbsaOSS/gopkg v0.0.1 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-logr/logr v0.4.0 | ||
github.com/go-logr/zapr v0.4.0 // indirect | ||
github.com/infobloxopen/infoblox-go-client v1.1.0 | ||
github.com/lixiangzhong/dnsutil v0.0.0-20191203032812-75ad39d2945a | ||
github.com/miekg/dns v1.1.38 | ||
github.com/onsi/ginkgo v1.14.2 // indirect | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/stretchr/testify v1.7.0 | ||
sigs.k8s.io/controller-runtime v0.6.4 | ||
sigs.k8s.io/external-dns v0.7.6 | ||
|
||
// go-logr group | ||
github.com/go-logr/logr v0.4.0 | ||
github.com/go-logr/zapr v0.4.0 // indirect | ||
|
||
// operator sdk v0.20.2; always bump together | ||
// operator sdk group | ||
k8s.io/api v0.20.2 | ||
k8s.io/apimachinery v0.20.2 | ||
k8s.io/client-go v0.20.2 | ||
|
||
sigs.k8s.io/controller-runtime v0.6.4 | ||
sigs.k8s.io/external-dns v0.7.6 | ||
) |