1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Proxy: Remove dependency of godotenv. #4158

This commit is contained in:
winlin 2024-09-10 10:53:09 +08:00
parent 2e4014ae1c
commit e674f8266a
3 changed files with 36 additions and 14 deletions

View file

@ -2,10 +2,7 @@ module srs-proxy
go 1.18
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/joho/godotenv v1.5.1
)
require github.com/go-redis/redis/v8 v8.11.5
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect