Cole-Greer commented on code in PR #1915:
URL: https://github.com/apache/tinkerpop/pull/1915#discussion_r1053759637
##########
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:
It is MIT, it seems like just about all YAML parsing libraries use MIT
license. I will update the PR soon with proper updates to LICENSE and NOTICE
files.
--
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]