Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-getter v1.7.8
github.com/nhost/be v0.0.0-20250422101003-abc23b01cf94
github.com/nhost/be v0.0.0-20250424140218-1be7f62eade6
github.com/pelletier/go-toml/v2 v2.2.3
github.com/rs/cors/wrapper/gin v0.0.0-20240830163046-1084d89a1692
github.com/sirupsen/logrus v1.9.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/nhost/be v0.0.0-20250422101003-abc23b01cf94 h1:6LHDqiuJ7PPYgJLgPx1h0aawmAfUq22aRZQf0Xmqn5Q=
github.com/nhost/be v0.0.0-20250422101003-abc23b01cf94/go.mod h1:iCDJSYqKoUYJrO2/bRJBRltPweMnrKZKsfzgzS7z1/M=
github.com/nhost/be v0.0.0-20250424140218-1be7f62eade6 h1:N3fk5163vs93510svymHslBoH/RziWEVB+h/yBAiYgE=
github.com/nhost/be v0.0.0-20250424140218-1be7f62eade6/go.mod h1:iCDJSYqKoUYJrO2/bRJBRltPweMnrKZKsfzgzS7z1/M=
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=
Expand Down
10 changes: 10 additions & 0 deletions vendor/github.com/nhost/be/lib/graphql/middleware/accounting.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ github.com/muesli/termenv
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
## explicit
github.com/munnerz/goautoneg
# github.com/nhost/be v0.0.0-20250422101003-abc23b01cf94
# github.com/nhost/be v0.0.0-20250424140218-1be7f62eade6
## explicit; go 1.23.4
github.com/nhost/be/lib/graphql
github.com/nhost/be/lib/graphql/context
Expand Down
Loading