Skip to content

Commit

Permalink
Merge pull request #279 from AbsaOSS/go-15-upgrade
Browse files Browse the repository at this point in the history
fix dependabot version upgrade
  • Loading branch information
kuritka authored Feb 3, 2021
2 parents 1f59d03 + 5edd573 commit ae279ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.13 as builder
FROM golang:1.15 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
15 changes: 8 additions & 7 deletions go.mod
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
)

0 comments on commit ae279ed

Please sign in to comment.