Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetricia committed Aug 19, 2023
1 parent 427ff0e commit bdd21c5
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 141 deletions.
18 changes: 13 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ module github.com/pdbogen/unifi2mqtt
go 1.14

require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/rs/zerolog v1.19.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.30.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/crypto v0.12.0
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golift.io/unifi v4.1.6+incompatible
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
Loading

0 comments on commit bdd21c5

Please sign in to comment.