-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2de65b0
Showing
81 changed files
with
7,341 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
inpost-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.