Skip to content

Commit

Permalink
remove unused util require
Browse files Browse the repository at this point in the history
Signed-off-by: Morta1 <[email protected]>
  • Loading branch information
Morta1 committed Feb 4, 2025
1 parent dac089c commit 2d395e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/agent/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

const http = require('http');
const url = require('url');
const util = require('util');

const ocsp = require('@techteamer/ocsp');
const rfc2560 = require('asn1.js-rfc2560');
Expand Down
1 change: 0 additions & 1 deletion lib/agent/ocsp_response_cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

const http = require('http');
const url = require('url');
const util = require('util');

const path = require('path');
const fs = require('fs');
Expand Down

0 comments on commit 2d395e6

Please sign in to comment.