Skip to content

Commit

Permalink
feat: add redis cache support
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 authored and eusebiu-constantin-petu-dbk committed Jul 4, 2024
1 parent 002ff05 commit 3588c0a
Show file tree
Hide file tree
Showing 5 changed files with 464 additions and 8 deletions.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ require (
golang.org/x/oauth2 v0.21.0
modernc.org/sqlite v1.30.1
oras.land/oras-go/v2 v2.5.0
zotregistry.io/zot v1.4.3
)

require (
Expand Down Expand Up @@ -91,7 +92,9 @@ require (
github.com/Masterminds/squirrel v1.5.4 // indirect
github.com/Microsoft/hcsshim v0.12.3 // indirect
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
github.com/apex/log v1.9.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/aquasecurity/table v1.8.0 // indirect
github.com/aquasecurity/tml v0.6.1 // indirect
Expand Down Expand Up @@ -180,7 +183,9 @@ require (
github.com/notaryproject/notation-plugin-framework-go v1.0.0 // indirect
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
github.com/oleiade/reflections v1.0.1 // indirect
github.com/opencontainers/runc v1.1.12 // indirect
github.com/opencontainers/selinux v1.11.0 // indirect
github.com/opencontainers/umoci v0.4.8-0.20210922062158-e60a0cc726e6 // indirect
github.com/openvex/go-vex v0.2.5 // indirect
github.com/owenrumney/go-sarif/v2 v2.3.1 // indirect
github.com/package-url/packageurl-go v0.1.3 // indirect
Expand All @@ -191,6 +196,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rootless-containers/proto/go-proto v0.0.0-20210921234734-69430b6543fb // indirect
github.com/rubenv/sql-migrate v1.5.2 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
Expand Down
Loading

0 comments on commit 3588c0a

Please sign in to comment.