|
@ -1,11 +1,11 @@ |
|
|
module cygnux.net/kepler |
|
|
module cygnux.net/kepler |
|
|
|
|
|
|
|
|
go 1.12 |
|
|
|
|
|
|
|
|
go 1.16 |
|
|
|
|
|
|
|
|
require ( |
|
|
require ( |
|
|
github.com/Sirupsen/logrus v1.0.3 |
|
|
github.com/Sirupsen/logrus v1.0.3 |
|
|
github.com/archsh/go.uuid v1.1.1 |
|
|
github.com/archsh/go.uuid v1.1.1 |
|
|
github.com/archsh/go.xql v0.5.1 |
|
|
|
|
|
|
|
|
github.com/archsh/go.xql v0.5.2 |
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833 |
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833 |
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0 |
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0 |
|
@ -35,3 +35,5 @@ require ( |
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce |
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce |
|
|
gopkg.in/yaml.v2 v2.2.2 |
|
|
gopkg.in/yaml.v2 v2.2.2 |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
// replace github.com/archsh/go.xql => ../../github.com/archsh/go.xql |