Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Feb 26, 2023
1 parent 53ecb3a commit bf37754
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 840 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ftl/hamdeck

go 1.18
go 1.19

// replace github.com/ftl/tci => ../tci

Expand All @@ -10,23 +10,24 @@ go 1.18
// replace github.com/jfreymuth/pulse => ../pulse

require (
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/eclipse/paho.mqtt.golang v1.4.2
github.com/fogleman/gg v1.3.0
github.com/ftl/hamradio v0.0.0-20210620180211-c5cf51256994
github.com/ftl/rigproxy v0.1.0
github.com/ftl/tci v0.2.1
github.com/ftl/hamradio v0.2.6
github.com/ftl/rigproxy v0.2.0
github.com/ftl/tci v0.3.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/jfreymuth/pulse v0.1.0
github.com/muesli/streamdeck v0.2.2
github.com/spf13/cobra v1.3.0
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
github.com/muesli/streamdeck v0.3.0
github.com/spf13/cobra v1.6.1
golang.org/x/image v0.5.0
)

require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/karalabe/hid v1.0.1-0.20190806082151-9c14560f9ee8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
)
Loading

0 comments on commit bf37754

Please sign in to comment.