mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-09 12:07:25 -06:00
chore: reformat, normalize imports
This commit is contained in:
@@ -3,13 +3,14 @@ module example
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/Xevion/go-ha v0.7.0
|
||||
github.com/golang-cz/devslog v0.0.8
|
||||
github.com/stretchr/testify v1.8.4
|
||||
github.com/stretchr/testify v1.10.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
github.com/Xevion/gome-assistant v0.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Workiva/go-datastructures v1.1.5 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/gobuffalo/envy v1.10.2 // indirect
|
||||
github.com/gobuffalo/packd v1.0.2 // indirect
|
||||
@@ -21,4 +22,6 @@ require (
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
||||
golang.org/x/mod v0.9.0 // indirect
|
||||
golang.org/x/net v0.33.0 // indirect
|
||||
resty.dev/v3 v3.0.0-beta.3 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user