Skip to content

Commit

Permalink
feat: remove example dependencies from pakhshi
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 17, 2021
1 parent f334409 commit e90fef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 302 deletions.
13 changes: 2 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,15 @@ go 1.17

require (
github.com/eclipse/paho.mqtt.golang v1.3.4
github.com/pterm/pterm v0.12.22
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
)

require (
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gookit/color v1.4.2 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit e90fef1

Please sign in to comment.