github.com/martinohmann/rfoutlet@v1.2.1-0.20220707195255-8a66aa411105/go.mod (about) 1 module github.com/martinohmann/rfoutlet 2 3 go 1.13 4 5 require ( 6 github.com/ghodss/yaml v1.0.0 7 github.com/gin-contrib/cors v1.3.1 8 github.com/gin-gonic/gin v1.8.1 9 github.com/gobuffalo/packr v1.30.1 10 github.com/google/go-cmp v0.5.6 // indirect 11 github.com/gorilla/websocket v1.4.2 12 github.com/imdario/mergo v0.3.12 13 github.com/jonboulle/clockwork v0.2.2 14 github.com/posener/wstest v1.2.0 15 github.com/satori/go.uuid v1.2.0 16 github.com/sirupsen/logrus v1.8.1 17 github.com/spf13/cobra v1.4.0 18 github.com/stretchr/testify v1.7.1 19 github.com/warthog618/gpiod v0.6.0 20 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect 21 golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect 22 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect 23 )