1
0
mirror of https://github.com/Luzifer/tasmota-config.git synced 2024-09-20 01:13:01 +00:00
tasmota-config/go.mod
dependabot[bot] 9d208c5327
Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.8
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.2 to 2.2.8.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.2...v2.2.8)

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 22:28:08 +00:00

15 lines
383 B
Modula-2

module github.com/Luzifer/tasmota-config
go 1.14
require (
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
gopkg.in/yaml.v2 v2.4.0
)