Skip to content

Commit

Permalink
New Go client version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jun 2, 2024
1 parent 525d38c commit ef689b0
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/appclacks/cli
go 1.22.0

require (
github.com/appclacks/go-client v0.0.0-20240602132011-291c0d8ca225
github.com/appclacks/go-client v0.0.0-20240602163908-0de41c983ab7
github.com/cheynewallace/tabby v1.1.1
github.com/spf13/cobra v1.8.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/appclacks/go-client v0.0.0-20240602132011-291c0d8ca225 h1:Bi2DlXudM58MLRjAEWRNrJe8ChG54r5mE8aJTH6AkUg=
github.com/appclacks/go-client v0.0.0-20240602132011-291c0d8ca225/go.mod h1:ZOQEaU5H5BTLZr326dMjvVbB+pdkeRX3emyu4cEq9GU=
github.com/appclacks/go-client v0.0.0-20240602163908-0de41c983ab7 h1:kTNVmMjdtr/X0ljUCyDCXUzDYnP3JL5fdDMwBSUveOg=
github.com/appclacks/go-client v0.0.0-20240602163908-0de41c983ab7/go.mod h1:ZOQEaU5H5BTLZr326dMjvVbB+pdkeRX3emyu4cEq9GU=
github.com/cheynewallace/tabby v1.1.1 h1:JvUR8waht4Y0S3JF17G6Vhyt+FRhnqVCkk8l4YrOU54=
github.com/cheynewallace/tabby v1.1.1/go.mod h1:Pba/6cUL8uYqvOc9RkyvFbHGrQ9wShyrn6/S/1OYVys=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
Expand Down
87 changes: 80 additions & 7 deletions vendor/github.com/appclacks/go-client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/appclacks/go-client/tls.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/appclacks/go-client v0.0.0-20240602132011-291c0d8ca225
# github.com/appclacks/go-client v0.0.0-20240602163908-0de41c983ab7
## explicit; go 1.22.0
github.com/appclacks/go-client
# github.com/cheynewallace/tabby v1.1.1
Expand Down

0 comments on commit ef689b0

Please sign in to comment.