Skip to content

Commit

Permalink
Update module so it can be used in raito
Browse files Browse the repository at this point in the history
  • Loading branch information
rmennes committed Feb 9, 2024
1 parent 950bfe9 commit d332ad6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
module github.com/Khan/genqlient
module github.com/raito-io/genqlient

go 1.18

replace github.com/Khan/genqlient => ./

require (
github.com/99designs/gqlgen v0.17.35
github.com/Khan/genqlient v0.0.6
github.com/alexflint/go-arg v1.4.2
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
github.com/stretchr/testify v1.8.2
Expand Down

0 comments on commit d332ad6

Please sign in to comment.