We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236ffc7 commit 9ab4ceaCopy full SHA for 9ab4cea
go.mod
@@ -9,7 +9,7 @@ require (
9
github.com/frostbyte73/core v0.1.1
10
github.com/fsnotify/fsnotify v1.9.0
11
github.com/gammazero/deque v1.1.0
12
- github.com/go-jose/go-jose/v3 v3.0.4
+ github.com/go-jose/go-jose/v4 v4.1.2
13
github.com/go-logr/logr v1.4.3
14
github.com/hashicorp/go-retryablehttp v0.7.7
15
github.com/jxskiss/base62 v1.1.0
@@ -24,7 +24,7 @@ require (
24
github.com/pkg/errors v0.9.1
25
github.com/prometheus/client_golang v1.22.0
26
github.com/prometheus/procfs v0.16.1
27
- github.com/puzpuzpuz/xsync/v3 v3.5.1
+ github.com/puzpuzpuz/xsync/v4 v4.1.0
28
github.com/redis/go-redis/v9 v9.11.0
29
github.com/stretchr/testify v1.10.0
30
github.com/twitchtv/twirp v8.1.3+incompatible
0 commit comments