-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (28 loc) · 1.06 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module plex-go-sync
go 1.18
require (
github.com/dustin/go-humanize v1.0.0
github.com/hirochachacha/go-smb2 v1.1.0
github.com/jrudio/go-plex-client v0.0.0-20220428052413-e5b4386beb17
github.com/u2takey/ffmpeg-go v0.4.1
golang.org/x/exp v0.0.0-20220921164117-439092de6870
)
require (
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
)
require (
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/urfave/cli/v2 v2.8.1
github.com/yusufpapurcu/wmi v1.2.2 // indirect
)