コミット漏れ

This commit is contained in:
syuilo 2023-01-24 08:32:17 +09:00
parent 238f923b41
commit 869854eae7
2 changed files with 5 additions and 6 deletions

View file

@ -4,7 +4,6 @@ import * as util from 'node:util';
import { Inject, Injectable } from '@nestjs/common';
import IPCIDR from 'ip-cidr';
import PrivateIp from 'private-ip';
import got, * as Got from 'got';
import chalk from 'chalk';
import { buildConnector } from 'undici';
import { DI } from '@/di-symbols.js';