You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by co...@apache.org on 2023/06/16 21:28:28 UTC

[tinkerpop] branch master updated (1f770f3b79 -> 419b2ab558)

This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 1f770f3b79 Merge pull request #2094 from apache/TINKERPOP-2959
     add 24ef397d64 Bump actions/setup-go from 3 to 4 (#1991)
     add 1293dd8fdb Bump golang.org/x/text from 0.9.0 to 0.10.0 in /gremlin-go (#2093)
     add 9e564ddd1d Merge branch '3.5-dev' into 3.6-dev
     new 419b2ab558 Merge branch '3.6-dev'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build-test.yml |  2 +-
 gremlin-go/go.mod                |  2 +-
 gremlin-go/go.sum                | 11 ++---------
 3 files changed, 4 insertions(+), 11 deletions(-)


[tinkerpop] 01/01: Merge branch '3.6-dev'

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 419b2ab558a6396dc1d1f1dfb4be0f4505f50916
Merge: 1f770f3b79 9e564ddd1d
Author: Cole Greer <co...@bitquilltech.com>
AuthorDate: Fri Jun 16 14:27:53 2023 -0700

    Merge branch '3.6-dev'

 .github/workflows/build-test.yml |  2 +-
 gremlin-go/go.mod                |  2 +-
 gremlin-go/go.sum                | 11 ++---------
 3 files changed, 4 insertions(+), 11 deletions(-)

diff --cc gremlin-go/go.mod
index 33c85edab1,ec4ee63826..d0f8068bf2
--- a/gremlin-go/go.mod
+++ b/gremlin-go/go.mod
@@@ -25,8 -25,7 +25,8 @@@ require 
  	github.com/gorilla/websocket v1.5.0
  	github.com/nicksnyder/go-i18n/v2 v2.2.1
  	github.com/stretchr/testify v1.8.3
- 	golang.org/x/text v0.9.0
+ 	golang.org/x/text v0.10.0
 +	gopkg.in/yaml.v3 v3.0.1
  )
  
  require (