Skip to content

Commit

Permalink
Merge pull request #144 from zebrapurring/multiple-dns
Browse files Browse the repository at this point in the history
Support multiple DNS servers
  • Loading branch information
angelnu authored Mar 27, 2023
2 parents f277e66 + 47c1551 commit 015c97e
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 622 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ module github.com/k8s-at-home/gateway-admision-controller
go 1.19

require (
github.com/alecthomas/kingpin/v2 v2.3.1
github.com/oklog/run v1.1.0
github.com/sirupsen/logrus v1.9.0
github.com/slok/kubewebhook/v2 v2.5.0
github.com/stretchr/testify v1.8.1
gopkg.in/alecthomas/kingpin.v2 v2.3.1
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
)

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
Expand All @@ -23,6 +22,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xhit/go-str2duration v1.2.0 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
Expand Down
Loading

0 comments on commit 015c97e

Please sign in to comment.