-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 698 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module clipsync
go 1.18
require (
github.com/alecthomas/kingpin/v2 v2.3.1
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/fredli74/lockfile v0.0.0-20180308112638-92f5e1efe5d6
github.com/google/uuid v1.3.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/romana/rlog v0.0.0-20220412051723-c08f605858a9
)
require (
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/xhit/go-str2duration v1.2.0 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)