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 8bcfab0 commit 67511e6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 840 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
module github.com/ftl/tciadapter

go 1.18
go 1.19

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

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

require (
github.com/ftl/rigproxy v0.1.0
github.com/ftl/tci v0.2.1
github.com/spf13/cobra v1.3.0
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
github.com/ftl/rigproxy v0.2.0
github.com/ftl/tci v0.3.1
github.com/spf13/cobra v1.6.1
golang.org/x/sys v0.5.0
)

require (
github.com/ftl/hamradio v0.0.0-20210620180211-c5cf51256994 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/ftl/hamradio v0.2.6 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
Loading

0 comments on commit 67511e6

Please sign in to comment.