joao-r-reis commented on code in PR #1817:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1817#discussion_r1747294264
##########
version.go:
##########
@@ -27,7 +27,7 @@ package gocql
import "runtime/debug"
const (
- mainModule = "github.com/gocql/gocql"
+ mainModule = "github.com/apache/cassandra-gocql-driver"
Review Comment:
```
if d.Path == mainModule {
driverName = "github.com/apache/cassandra-gocql-driver"
driverVersion = d.Version
if d.Replace != nil {
driverName = d.Replace.Path
driverVersion = d.Replace.Version
}
break
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]