Vendor main dependencies.
This commit is contained in:
parent
49a09ab7dd
commit
dd5e3fba01
2738 changed files with 1045689 additions and 0 deletions
11
vendor/gopkg.in/mgo.v2/saslstub.go
generated
vendored
Normal file
11
vendor/gopkg.in/mgo.v2/saslstub.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
//+build !sasl
|
||||
|
||||
package mgo
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func saslNew(cred Credential, host string) (saslStepper, error) {
|
||||
return nil, fmt.Errorf("SASL support not enabled during build (-tags sasl)")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue