update mod

This commit is contained in:
Edward 2020-05-27 21:53:28 +08:00
parent 8ef40f53f2
commit 33e66f7582
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.14
require ( require (
github.com/davecgh/go-spew v1.1.1 github.com/davecgh/go-spew v1.1.1
github.com/google/uuid v1.1.1
github.com/graphql-go/graphql v0.7.9 github.com/graphql-go/graphql v0.7.9
github.com/labstack/gommon v0.3.0 github.com/labstack/gommon v0.3.0
github.com/stretchr/testify v1.5.1 github.com/stretchr/testify v1.5.1

2
go.sum
View File

@ -11,6 +11,8 @@ github.com/golang/go/src v0.0.0-20200503072332-53f27474a455 h1:nFFYbwvrsBUXVDczc
github.com/golang/go/src v0.0.0-20200509044625-0242d461c929 h1:0oubbfFk6+m8E9yeUB+H+yt8ILOPdxXtkLFcjxuN+Dc= github.com/golang/go/src v0.0.0-20200509044625-0242d461c929 h1:0oubbfFk6+m8E9yeUB+H+yt8ILOPdxXtkLFcjxuN+Dc=
github.com/golang/go/src v0.0.0-20200510102235-000636fdb58c h1:0KBw0VHp9QLiiVfPwrjUW96sEX/4+0sZVKbS0O1Kr+w= github.com/golang/go/src v0.0.0-20200510102235-000636fdb58c h1:0KBw0VHp9QLiiVfPwrjUW96sEX/4+0sZVKbS0O1Kr+w=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/graphql-go/graphql v0.7.9 h1:5Va/Rt4l5g3YjwDnid3vFfn43faaQBq7rMcIZ0VnV34= github.com/graphql-go/graphql v0.7.9 h1:5Va/Rt4l5g3YjwDnid3vFfn43faaQBq7rMcIZ0VnV34=
github.com/graphql-go/graphql v0.7.9/go.mod h1:k6yrAYQaSP59DC5UVxbgxESlmVyojThKdORUqGDGmrI= github.com/graphql-go/graphql v0.7.9/go.mod h1:k6yrAYQaSP59DC5UVxbgxESlmVyojThKdORUqGDGmrI=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=