Cole-Greer commented on code in PR #1915:
URL: https://github.com/apache/tinkerpop/pull/1915#discussion_r1053864849
##########
gremlin-go/driver/client_test.go:
##########
@@ -21,7 +21,12 @@ package gremlingo
import (
"crypto/tls"
+ "fmt"
+ "github.com/google/uuid"
"github.com/stretchr/testify/assert"
+ "gopkg.in/yaml.v3"
Review Comment:
The yaml dependency here or in any of the other GLVs is not bundled in any
distributions of tinkerpop so no updates to LICENSE or NOTICE files are
required.
--
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]