Skip to content

Commit

Permalink
fix: remove oauth2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed May 20, 2021
1 parent e7d104b commit ffb18d1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 413 deletions.
8 changes: 0 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,11 @@ go 1.15

require (
github.com/antihax/optional v1.0.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang/protobuf v1.5.2 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mdp/qrterminal/v3 v3.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/urfave/cli/v2 v2.3.0
github.com/wayneashleyberry/terminal-dimensions v1.0.0
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
google.golang.org/appengine v1.6.7 // indirect
rsc.io/qr v0.2.0
)
Loading

0 comments on commit ffb18d1

Please sign in to comment.