chore: Add go mod support

This commit is contained in:
ChronosX88 2019-07-18 18:56:04 +04:00
parent 8949de609a
commit 826fcc437a
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/nxshock/signaller
go 1.12
require github.com/gorilla/mux v1.7.3

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw=
github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=