|
@@ -19,6 +19,7 @@ require (
|
|
|
github.com/golang/mock v1.6.0
|
|
|
github.com/gomodule/redigo v1.8.9
|
|
|
github.com/google/go-github/v36 v36.0.0
|
|
|
+ github.com/google/uuid v1.3.0
|
|
|
github.com/googollee/go-socket.io v1.7.0
|
|
|
github.com/gorilla/websocket v1.5.0
|
|
|
github.com/h2non/filetype v1.1.3
|
|
@@ -34,7 +35,6 @@ require (
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
|
github.com/samber/lo v1.38.1
|
|
|
- github.com/satori/go.uuid v1.2.0
|
|
|
github.com/shirou/gopsutil/v3 v3.23.2
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
github.com/stretchr/testify v1.8.4
|
|
@@ -82,7 +82,6 @@ require (
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
- github.com/google/uuid v1.3.0 // indirect
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
|
github.com/invopop/yaml v0.2.0 // indirect
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|