diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-31 17:38:31 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-08-01 08:35:02 -0600 |
| commit | 4ad54d26dd7e7aa337a833950616cf5786dd8977 (patch) | |
| tree | 57622387fa6bfe3721887cf98210ef1b7d27eff8 /vendor/modules.txt | |
| parent | 238b61113456ebad8bad880913dc315cd892a296 (diff) | |
Load SpiceDB schema into pg
This change runs the `spicedb datastore migrate` command against the
pg database at startup. It's not a performant solution but it allows for
iteration and exploration to understand the challenges with hosting
spicedb in postgresql.
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 3952ccc..cfa2062 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -837,8 +837,8 @@ github.com/samber/lo/mutable # github.com/schollz/progressbar/v3 v3.18.0 ## explicit; go 1.22 github.com/schollz/progressbar/v3 -# github.com/shirou/gopsutil/v4 v4.25.6 -## explicit; go 1.23 +# github.com/shirou/gopsutil/v4 v4.25.7 +## explicit; go 1.23.0 github.com/shirou/gopsutil/v4/common github.com/shirou/gopsutil/v4/cpu github.com/shirou/gopsutil/v4/internal/common |
