use the @cloudron/superagent module

This commit is contained in:
Girish Ramakrishnan
2025-07-10 10:55:52 +02:00
parent 1a471a7c20
commit 6ac0cd421a
64 changed files with 73 additions and 286 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const assert = require('assert'),
constants = require('../constants.js'),
debug = require('debug')('box:network/generic'),
safe = require('safetydance'),
superagent = require('../superagent.js');
superagent = require('@cloudron/superagent');
const gCache = { ipv4: {}, ipv6: {} }; // each has { timestamp, value, request }