Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Sep 16, 2020
0 parents commit 2de65b0
Show file tree
Hide file tree
Showing 81 changed files with 7,341 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
inpost-cli
15 changes: 15 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module github.com/alufers/inpost-cli

go 1.15

require (
github.com/antihax/optional v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/mdp/qrterminal/v3 v3.0.0
github.com/olekukonko/tablewriter v0.0.4
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/urfave/cli/v2 v2.2.0
github.com/wayneashleyberry/terminal-dimensions v1.0.0
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
rsc.io/qr v0.2.0
)
388 changes: 388 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 2de65b0

Please sign in to comment.