Skip to content

Commit

Permalink
update graphql-go/graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Aug 10, 2022
1 parent 15bd7b0 commit 111baeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ build:

.PHONY: test
test:
go test ./...
go test -gcflags '-e' ./...

.PHONY: bench
bench:
go test -bench ./...

.PHONY: tags
tags:
Expand All @@ -17,16 +21,12 @@ cover:
go tool cover -html tmp/_cover.out -o tmp/cover.html

.PHONY: checkall
checkall: vet lint staticcheck
checkall: vet staticcheck

.PHONY: vet
vet:
go vet ./...

.PHONY: lint
lint:
golint ./...

.PHONY: staticcheck
staticcheck:
staticcheck ./...
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/koron-go/gqlcost

go 1.14
go 1.18

require github.com/graphql-go/graphql v0.7.9
require github.com/graphql-go/graphql v0.8.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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.8.0 h1:JHRQMeQjofwqVvGwYnr8JnPTY0AxgVy1HpHSGPLdH0I=
github.com/graphql-go/graphql v0.8.0/go.mod h1:nKiHzRM0qopJEwCITUuIsxk9PlVlwIiiI8pnJEhordQ=

0 comments on commit 111baeb

Please sign in to comment.