mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 05:34:12 +00:00
0e69e26941
Create share links without Plex Auth Delete old share links once a day Pull friendly name for requester from Tautulli
15 lines
438 B
Modula-2
15 lines
438 B
Modula-2
module aunefyren/wrapperr
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.0.0
|
|
github.com/google/uuid v1.3.1
|
|
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/patrickmn/sortutil v0.0.0-20120526081524-abeda66eb583
|
|
golang.org/x/crypto v0.14.0
|
|
)
|
|
|
|
require github.com/procyon-projects/chrono v1.1.2 // indirect
|