12345678910111213141516171819202122232425262728293031323334 |
- module smart_tunnel_edge
- go 1.17
- require (
- github.com/druidcaesa/gotool v0.0.0-20220613023420-645c641d1304
- github.com/eclipse/paho.mqtt.golang v1.5.0
- github.com/google/uuid v1.2.0
- github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
- github.com/robfig/cron v1.2.0
- github.com/sirupsen/logrus v1.9.3
- github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
- github.com/valyala/bytebufferpool v1.0.0
- gopkg.in/yaml.v3 v3.0.1
- )
- require (
- github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
- github.com/fogleman/gg v1.3.0 // indirect
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
- github.com/gorilla/websocket v1.5.3 // indirect
- github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
- github.com/jonboulle/clockwork v0.5.0 // indirect
- github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
- github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
- github.com/pkg/errors v0.9.1 // indirect
- github.com/stretchr/testify v1.9.0 // indirect
- github.com/tebeka/strftime v0.1.5 // indirect
- golang.org/x/crypto v0.25.0 // indirect
- golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
- golang.org/x/net v0.27.0 // indirect
- golang.org/x/sync v0.7.0 // indirect
- golang.org/x/sys v0.22.0 // indirect
- )
|