Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add lego libs pre-emptively #357

Merged
merged 1 commit into from Apr 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
101 changes: 0 additions & 101 deletions build/masterRelease/main.go

This file was deleted.

11 changes: 11 additions & 0 deletions build/noop/forceVendor.go
@@ -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() {}
76 changes: 0 additions & 76 deletions vendor/github.com/prasmussen/gandi-api/contact/contact.go

This file was deleted.

80 changes: 0 additions & 80 deletions vendor/github.com/prasmussen/gandi-api/contact/structs.go

This file was deleted.

39 changes: 0 additions & 39 deletions vendor/github.com/prasmussen/gandi-api/contact/util.go

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/stretchr/objx/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/stretchr/objx/README.md

This file was deleted.