a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
8 lignes
151 o
Go
8 lignes
151 o
Go
// +build !go1.7
|
|
|
|
package pq
|
|
|
|
import "crypto/tls"
|
|
|
|
// Renegotiation is not supported by crypto/tls until Go 1.7.
|
|
func sslRenegotiation(*tls.Config) {}
|