Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/graph-gophers/graphql-go from 0.0.0-20191115155744-f33e81362277 to 1.3.0 #55

Open
wants to merge 1 commit 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
29 changes: 6 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
module github.com/project-flogo/microgateway

require (
github.com/awalterschulze/gographviz v0.0.0-20170410065617-c84395e536e1 // indirect
github.com/chewxy/hm v1.0.0 // indirect
github.com/chewxy/math32 v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gogo/protobuf v1.1.1 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/gonum/blas v0.0.0-20180125090452-e7c5890b24cf // indirect
github.com/google/flatbuffers v1.10.0 // indirect
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
github.com/graph-gophers/graphql-go v1.3.0
github.com/graphql-go/graphql v0.7.8
github.com/leesper/go_rng v0.0.0-20171009123644-5344a9259b21 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/project-flogo/contrib v0.9.0-alpha.4.0.20190509204259-4246269fb68e
github.com/project-flogo/contrib/activity/channel v0.9.0-rc.1.0.20190509204259-4246269fb68e
github.com/project-flogo/contrib/activity/counter v0.9.0-rc.1.0.20190509204259-4246269fb68e
github.com/project-flogo/contrib/activity/log v0.9.0-rc.1.0.20190509204259-4246269fb68e
Expand All @@ -27,22 +17,15 @@ require (
github.com/project-flogo/contrib/trigger/rest v0.9.0-rc.1.0.20190509204259-4246269fb68e
github.com/project-flogo/core v0.9.5-0.20191107201139-c4e948d4cc8d
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.6.1
github.com/ulule/limiter v2.2.0+incompatible
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.1.0
github.com/xtgo/set v1.0.0 // indirect
golang.org/x/exp v0.0.0-20181022080537-42ba7d4b6eb2 // indirect
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
gonum.org/v1/gonum v0.0.0-20180622153253-e9e56344e335 // indirect
gorgonia.org/cu v0.8.0 // indirect
gorgonia.org/dawson v1.0.0 // indirect
gorgonia.org/gorgonia v0.9.0-beta
gorgonia.org/tensor v0.9.0-beta
gorgonia.org/vecf32 v0.0.0-20180224100446-da24147133d9 // indirect
gorgonia.org/vecf64 v0.0.0-20180224100512-6314d1b6cefc // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73
gorgonia.org/cu v0.9.4 // indirect
gorgonia.org/gorgonia v0.9.17
gorgonia.org/tensor v0.9.20
)

go 1.13
Loading