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

build(deps): bump golang.org/x/sys from 0.0.0-20191027211539-f8518d3b3627 to 0.1.0 in /app #4

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
5 changes: 3 additions & 2 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.13

require (
github.com/99designs/gqlgen v0.10.1
github.com/99designs/gqlgen-contrib v0.0.0-20190913031219-de8886ed1b47 // indirect
github.com/agnivade/levenshtein v1.0.3 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/joho/godotenv v1.3.0
github.com/labstack/echo v3.3.10+incompatible
Expand All @@ -17,5 +17,6 @@ require (
github.com/vektah/gqlparser v1.1.2
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191027233614-53de4c7853b5 // indirect
golang.org/x/sys v0.0.0-20191027211539-f8518d3b3627 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.3.2 // indirect
)
Loading