Merge github.com/syncthing/usage-reporting into main repo

This commit is contained in:
Jakob Borg
2018-09-09 14:20:49 +02:00
41 changed files with 9647 additions and 0 deletions

8
vendor/github.com/lib/pq/ssl_renegotiation.go generated vendored Normal file
View File

@@ -0,0 +1,8 @@
// +build !go1.7
package pq
import "crypto/tls"
// Renegotiation is not supported by crypto/tls until Go 1.7.
func sslRenegotiation(*tls.Config) {}