1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

add lego libs pre-emptively (#357)

This commit is contained in:
Craig Peterson
2018-04-24 10:40:26 -04:00
committed by GitHub
parent 91b7b11dc1
commit 5ae0a2a89a
107 changed files with 14577 additions and 13207 deletions

11
build/noop/forceVendor.go Normal file
View File

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