This is an automated email from the ASF dual-hosted git repository. xiazcy pushed a commit to branch 3.7-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 20cd01ed59965972d32f6dc1b8b0c8768db80f92 Merge: 1f9ce19ae0 6afa257740 Author: Yang Xia <[email protected]> AuthorDate: Tue May 28 14:11:42 2024 -0700 Merge remote-tracking branch 'origin/3.6-dev' into 3.7-dev gremlin-go/go.mod | 8 ++++---- gremlin-go/go.sum | 17 ++++++++++------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --cc gremlin-go/go.mod index 49cc26ddc0,68e8db63ec..8ec4053ac9 --- a/gremlin-go/go.mod +++ b/gremlin-go/go.mod @@@ -24,9 -24,8 +24,9 @@@ require github.com/google/uuid v1.6.0 github.com/gorilla/websocket v1.5.1 github.com/nicksnyder/go-i18n/v2 v2.4.0 - github.com/stretchr/testify v1.8.4 - golang.org/x/text v0.14.0 + github.com/stretchr/testify v1.9.0 + golang.org/x/text v0.15.0 + gopkg.in/yaml.v3 v3.0.1 ) require (
