mirror of
https://github.com/coredns/coredns.git
synced 2026-02-10 09:23:10 -05:00
plugin/kubernetes: Enable protobuf, Update client api package (#1114)
* vendor * code
This commit is contained in:
committed by
John Belamaric
parent
45b0252c1a
commit
4b3a430ff2
11
vendor/gopkg.in/mgo.v2/saslimpl.go
generated
vendored
Normal file
11
vendor/gopkg.in/mgo.v2/saslimpl.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
//+build sasl
|
||||
|
||||
package mgo
|
||||
|
||||
import (
|
||||
"gopkg.in/mgo.v2/internal/sasl"
|
||||
)
|
||||
|
||||
func saslNew(cred Credential, host string) (saslStepper, error) {
|
||||
return sasl.New(cred.Username, cred.Password, cred.Mechanism, cred.Service, host)
|
||||
}
|
||||
Reference in New Issue
Block a user