github.com/philhug/dnscontrol@v0.2.4-0.20180625181521-921fa9849001/build/noop/forceVendor.go (about)

     1  package main
     2  
     3  // this package only exists to force vendor a few packages that we will add in future prs.
     4  // adding them here lets us do 'govendor add +e' to add the packages to vendor and keep them
     5  // in the vendor directory, even if no other code references it.
     6  
     7  import (
     8  	_ "github.com/xenolf/lego/acmev2"
     9  )
    10  
    11  func main() {}