Skip to content

Commit

Permalink
fix: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Oct 18, 2023
1 parent dd5395e commit 93bb382
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ require (
github.com/go-git/go-git/v5 v5.9.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/go-getter v1.7.3
github.com/nhost/be v0.0.0-20231018093831-a53b01c2d071
github.com/nhost/be v0.0.0-20231018131823-dc2751d9aaf9
github.com/pelletier/go-toml/v2 v2.1.0
github.com/urfave/cli/v2 v2.25.7
github.com/wI2L/jsondiff v0.4.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -446,6 +446,8 @@ github.com/nhost/be v0.0.0-20231018080127-4d94e907dcce h1:qH1/gM9NxnV+AYNvJKfknq
github.com/nhost/be v0.0.0-20231018080127-4d94e907dcce/go.mod h1:nbGZoyI4xxRGoeEn4XUkBQxK9lVOANSvW4fxIPURHB4=
github.com/nhost/be v0.0.0-20231018093831-a53b01c2d071 h1:QY5C3CjynnEvxKqs/yvIx7VrZck5jFJPiVRAgSgq8GE=
github.com/nhost/be v0.0.0-20231018093831-a53b01c2d071/go.mod h1:nbGZoyI4xxRGoeEn4XUkBQxK9lVOANSvW4fxIPURHB4=
github.com/nhost/be v0.0.0-20231018131823-dc2751d9aaf9 h1:5A9VngXlY1uLMSLXYWm0h8IPDeXKtJpOiT7YmZF6qk4=
github.com/nhost/be v0.0.0-20231018131823-dc2751d9aaf9/go.mod h1:nbGZoyI4xxRGoeEn4XUkBQxK9lVOANSvW4fxIPURHB4=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=

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

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
@@ -397,7 +397,7 @@ github.com/muesli/reflow/wrap
# github.com/muesli/termenv v0.15.2
## explicit; go 1.17
github.com/muesli/termenv
# github.com/nhost/be v0.0.0-20231018093831-a53b01c2d071
# github.com/nhost/be v0.0.0-20231018131823-dc2751d9aaf9
## explicit; go 1.21
github.com/nhost/be/services/mimir/model
github.com/nhost/be/services/mimir/schema

0 comments on commit 93bb382

Please sign in to comment.