1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-20 19:32:25 -07:00

Adds logger directory refactor

This commit is contained in:
2021-04-08 21:20:57 -07:00
parent 537840de8b
commit 159e6a4d3a
5 changed files with 8 additions and 17 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module bitbucket.org/cellg/lambo-log-socket
module github.com/taigrr/log-socket
go 1.16
require github.com/sirupsen/logrus v1.8.1
require github.com/gorilla/websocket v1.4.2