Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed Feb 19, 2023
1 parent e225941 commit 62b1495
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 78 deletions.
37 changes: 20 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ module github.com/sudermanjr/led-controller
go 1.19

require (
github.com/brutella/hc v1.2.0
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/brutella/hc v1.2.5
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/rpi-ws281x/rpi-ws281x-go v1.0.8
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v0.0.5
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
periph.io/x/periph v3.6.2+incompatible
golang.org/x/image v0.5.0
)

require (
Expand All @@ -23,23 +22,27 @@ require (
require (
github.com/go-chi/chi v1.5.4
github.com/go-chi/chi/v5 v5.0.8
periph.io/x/conn/v3 v3.7.0
periph.io/x/devices/v3 v3.7.0
periph.io/x/host/v3 v3.8.0
)

require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/brutella/dnssd v1.1.0 // indirect
github.com/brutella/dnssd v1.2.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gosexy/to v0.0.0-20141221203644-c20e083e3123 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/miekg/dns v1.1.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tadglines/go-pkgs v0.0.0-20140924210655-1f86682992f1 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 62b1495

Please sign in to comment.