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 c09eb74 commit 28662d5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 292 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module github.com/ftl/tci

go 1.18
go 1.19

require (
github.com/gorilla/websocket v1.4.2
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.7.0
github.com/gorilla/websocket v1.5.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 28662d5

Please sign in to comment.