Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider82 committed Jan 4, 2023
1 parent d3ec783 commit cbb35db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 93 deletions.
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/atotto/clipboard v0.1.4
github.com/cespare/xxhash v1.1.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/coreos/ioprogress v0.0.0-20151023204047-4637e494fd9b
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dropbox/dropbox-sdk-go-unofficial v5.6.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
github.com/juju/ansiterm v1.0.0 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mdp/qrterminal v1.0.1
github.com/mschneider82/easygo v0.0.0-20180731142950-f2a24982ceed
github.com/sethvargo/go-password v0.2.0
Expand All @@ -30,5 +24,5 @@ require (
google.golang.org/api v0.105.0
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.2.8 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit cbb35db

Please sign in to comment.