Fix cassandra deps breakage

This commit is contained in:
Brian Kassouf 2017-04-19 11:19:29 -07:00
parent 09cdea92fd
commit fcbcc22bd9
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ func (c *CassandraConnectionProducer) createSession() (*gocql.Session, error) {
}
clusterConfig.SslOpts = &gocql.SslOptions{
Config: *tlsConfig,
Config: tlsConfig,
}
}