This is an automated email from the ASF dual-hosted git repository. colegreer pushed a commit to branch 3.7-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 404ae62163dce3da5510e453948ba33cda5bcdad Merge: 97fc494228 e12d6bdaa9 Author: Cole-Greer <[email protected]> AuthorDate: Wed Jun 5 12:04:32 2024 -0700 Merge branch '3.6-dev' into 3.7-dev gremlin-go/go.mod | 2 +- gremlin-go/go.sum | 4 ++-- .../gremlin-javascript/package-lock.json | 24 +++++++++++----------- gremlint/package-lock.json | 24 +++++++++++----------- 4 files changed, 27 insertions(+), 27 deletions(-) diff --cc gremlin-go/go.mod index 8ec4053ac9,1d27d89dbb..2f76470548 --- a/gremlin-go/go.mod +++ b/gremlin-go/go.mod @@@ -25,8 -25,7 +25,8 @@@ require github.com/gorilla/websocket v1.5.1 github.com/nicksnyder/go-i18n/v2 v2.4.0 github.com/stretchr/testify v1.9.0 - golang.org/x/text v0.15.0 + golang.org/x/text v0.16.0 + gopkg.in/yaml.v3 v3.0.1 ) require (
