Skip to content

Commit

Permalink
updated go config
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Jan 18, 2022
1 parent 3660ea4 commit 5d3b567
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 12 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ go 1.15

require (
github.com/TheCacophonyProject/event-reporter v1.3.2-0.20200210010421-ca3fcb76a231
github.com/TheCacophonyProject/go-config v1.7.1-0.20220118192751-a7abeb2ad25e
github.com/TheCacophonyProject/event-reporter/v3 v3.4.0 // indirect
github.com/TheCacophonyProject/go-config v1.8.0
github.com/TheCacophonyProject/go-cptv v0.0.0-20211109233846-8c32a5d161f7
github.com/TheCacophonyProject/lepton3 v0.0.0-20210324024142-003e5546e30f
github.com/TheCacophonyProject/lepton3 v0.0.0-20211005194419-22311c15d6ee
github.com/TheCacophonyProject/window v0.0.0-20200312071457-7fc8799fdce7
github.com/alexflint/go-arg v1.4.2
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/godbus/dbus v4.1.0+incompatible
github.com/juju/ratelimit v1.0.1
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/viper v1.10.1 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.4.0
periph.io/x/periph v3.6.8+incompatible
Expand Down
Loading

0 comments on commit 5d3b567

Please sign in to comment.