...

Text file src/github.com/kvaps/dnsmasq-controller/go.mod

Documentation: github.com/kvaps/dnsmasq-controller

     1module github.com/kvaps/dnsmasq-controller
     2
     3go 1.13
     4
     5require (
     6	github.com/go-logr/logr v0.1.0
     7	github.com/onsi/ginkgo v1.11.0
     8	github.com/onsi/gomega v1.8.1
     9	go.uber.org/zap v1.10.0
    10	k8s.io/apimachinery v0.17.2
    11	k8s.io/client-go v0.17.2
    12	sigs.k8s.io/controller-runtime v0.5.0
    13)

View as plain text