fix: clearance failure caused by UA changes

This commit is contained in:
Roi Feng
2025-03-07 19:52:29 -05:00
parent eaec9574b2
commit 81a9ca5591
3 changed files with 28 additions and 3 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module server_torii
go 1.23.5
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/mssola/useragent v1.0.0
gopkg.in/yaml.v3 v3.0.1
)