Skip to content

Commit

Permalink
Update Go dependencies 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Oct 17, 2023
1 parent f181ce1 commit 747340b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 309 deletions.
2 changes: 1 addition & 1 deletion gremlin-go/example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package main
import (
"fmt"

gremlingo "github.com/apache/tinkerpop/gremlin-go/driver"
"github.com/apache/tinkerpop/gremlin-go/v3/driver"
)

// syntactic sugar
Expand Down
5 changes: 2 additions & 3 deletions gremlin-go/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ go 1.20
require github.com/apache/tinkerpop/gremlin-go/v3 v3.6.5

require (
github.com/apache/tinkerpop/gremlin-go v0.0.0-20220530191148-29272fa563ec // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.2.0 // indirect
golang.org/x/text v0.3.7 // indirect
github.com/nicksnyder/go-i18n/v2 v2.2.1 // indirect
golang.org/x/text v0.11.0 // indirect
)
Loading

0 comments on commit 747340b

Please sign in to comment.