Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Upgrade & Minor Suggestion Changes #38

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
250 changes: 0 additions & 250 deletions Gopkg.lock

This file was deleted.

42 changes: 0 additions & 42 deletions Gopkg.toml

This file was deleted.

4 changes: 2 additions & 2 deletions apitest/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"testing"
"time"

"github.com/dgraph-io/dgo"
dbapi "github.com/dgraph-io/dgo/protos/api"
"github.com/dgraph-io/dgo/v2"
dbapi "github.com/dgraph-io/dgo/v2/protos/api"
"github.com/romshark/dgraph_graphql_go/api"
"github.com/romshark/dgraph_graphql_go/api/config"
trn "github.com/romshark/dgraph_graphql_go/api/transport"
Expand Down
17 changes: 17 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module github.com/romshark/dgraph_graphql_go

go 1.13

require (
github.com/BurntSushi/toml v0.3.1
github.com/dgraph-io/dgo/v2 v2.1.0
github.com/graph-gophers/graphql-go v0.0.0-20190225005345-3e8838d4614c
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/plar/go-adaptive-radix-tree v1.0.1
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
google.golang.org/grpc v1.23.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading