go.mod file added for Go modules system
This commit is contained in:
parent
7661d46543
commit
d0a90addfd
5
go.mod
Normal file
5
go.mod
Normal file
@ -0,0 +1,5 @@
|
||||
module github.com/samwho/streamdeck
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/gorilla/websocket v1.4.2
|
Loading…
Reference in New Issue
Block a user