add opportunity to setup proxy

This commit is contained in:
2026-03-15 20:24:09 +06:00
parent 09dc600b20
commit 7cb5490d68
7 changed files with 81 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ kt-coroutines = "1.10.2"
microutils = "0.29.1"
tgbotapi = "32.0.0"
ktor = "3.4.1"
ksp = "2.3.6"
@@ -35,6 +36,8 @@ microutils-koin-generator = { module = "dev.inmo:micro_utils.koin.generator", ve
microutils-startup-launcher = { module = "dev.inmo:micro_utils.startup.launcher", version.ref = "microutils" }
microutils-startup-plugin = { module = "dev.inmo:micro_utils.startup.plugin", version.ref = "microutils" }
ktor-engine-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
jb-exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "jb-exposed" }