go.mod file added for Go modules system
This commit is contained in:
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
|
Reference in New Issue
Block a user