diff --git a/go.mod b/go.mod index bde8fc7..99c00cf 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,6 @@ require ( github.com/nats-io/nats.go v1.25.0 github.com/redis/go-redis/v9 v9.0.2 github.com/zerodha/logf v0.5.5 - golang.org/x/crypto v0.7.0 ) replace github.com/hibiken/asynq => github.com/grassrootseconomics/asynq v0.25.0 @@ -97,6 +96,7 @@ require ( github.com/valyala/fasttemplate v1.2.2 // indirect github.com/valyala/histogram v1.2.0 // indirect github.com/yusufpapurcu/wmi v1.2.2 // indirect + golang.org/x/crypto v0.7.0 // indirect golang.org/x/net v0.8.0 // indirect golang.org/x/sync v0.1.0 // indirect golang.org/x/sys v0.6.0 // indirect