Skip to content

Commit

Permalink
remove fork reference for gqlgenc, bump to go 1.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Oct 15, 2024
1 parent d2ac04f commit 1c56952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
module github.com/theopenlane/core

go 1.23.1

// point to fork of gqlgenc until the upstream is updated
replace github.com/Yamashou/gqlgenc v0.25.2 => github.com/golanglemonade/gqlgenc v0.0.0-20241015025551-5203da073e90
go 1.23.2

require (
ariga.io/entcache v0.1.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/golanglemonade/gqlgenc v0.0.0-20241015025551-5203da073e90 h1:EEibSTXpHLG055dNOtF8vD7NReQ8mdQUxEVWcbW3bjU=
github.com/golanglemonade/gqlgenc v0.0.0-20241015025551-5203da073e90/go.mod h1:G0g1N81xpIklVdnyboW1zwOHcj/n4hNfhTwfN29Rjig=
github.com/google/cel-go v0.21.0 h1:cl6uW/gxN+Hy50tNYvI691+sXxioCnstFzLp2WO4GCI=
github.com/google/cel-go v0.21.0/go.mod h1:rHUlWCcBKgyEk+eV03RPdZUekPp6YcJwV0FxuUksYxc=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
Expand Down

0 comments on commit 1c56952

Please sign in to comment.