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:
parent
2e4014ae1c
commit
e674f8266a
3 changed files with 36 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue