diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-24 17:40:45 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-24 17:40:45 -0600 |
| commit | d48fe690c3c071cb5c8e3aa4d4672a32230a5e2d (patch) | |
| tree | 414f9e91877e901cb3de12be6f466cb4929f55ab /go.mod | |
| parent | 7257c213887c6a80f727642b016606ec10340ed9 (diff) | |
refactor: extract job to process relationship updates in background
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,6 +4,7 @@ go 1.24 require ( github.com/authzed/authzed-go v1.4.1 + github.com/containerd/log v0.1.0 github.com/coreos/go-oidc/v3 v3.14.1 github.com/docker/docker v28.3.2+incompatible github.com/docker/go-connections v0.5.0 @@ -58,7 +59,6 @@ require ( github.com/bits-and-blooms/bitset v1.13.0 // indirect github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect - github.com/braydonk/yaml v0.9.0 // indirect github.com/bufbuild/protocompile v0.14.1 // indirect github.com/ccoveille/go-safecast v1.6.1 // indirect github.com/cenkalti/backoff/v4 v4.3.0 // indirect @@ -72,7 +72,6 @@ require ( github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect github.com/containerd/errdefs v1.0.0 // indirect github.com/containerd/errdefs/pkg v0.3.0 // indirect - github.com/containerd/log v0.1.0 // indirect github.com/containerd/platforms v0.2.1 // indirect github.com/cpuguy83/dockercfg v0.3.2 // indirect github.com/creasty/defaults v1.8.0 // indirect @@ -111,7 +110,7 @@ require ( github.com/google/go-querystring v1.1.0 // indirect github.com/google/jsonapi v1.0.0 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/google/yamlfmt v0.16.0 // indirect + github.com/google/yamlfmt v0.17.2 // indirect github.com/gookit/color v1.5.4 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1 // indirect |
