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 2ead8a2 commit ff6f918
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 28 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module github.com/appclacks/cli
go 1.22.0

require (
github.com/appclacks/go-client v0.0.0-20240601155632-3db1fa07abb0
github.com/appclacks/go-types v0.0.0-20231220132907-2cf47ed6a994
github.com/appclacks/go-client v0.0.0-20240602132011-291c0d8ca225
github.com/cheynewallace/tabby v1.1.1
github.com/spf13/cobra v1.8.0
)
Expand Down
10 changes: 2 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
github.com/appclacks/go-client v0.0.0-20240601151507-d0a4ad1fc427 h1:aN0VY6sEK9WYDzS8zZjlYhwBbyKPmjFHQsULKsav/XM=
github.com/appclacks/go-client v0.0.0-20240601151507-d0a4ad1fc427/go.mod h1:ZOQEaU5H5BTLZr326dMjvVbB+pdkeRX3emyu4cEq9GU=
github.com/appclacks/go-client v0.0.0-20240601153604-3e5f27cc6056 h1:Iz5NtXS/BjLzgkVqYAB7/TYyskrJ66y6/vVj8HD+nKE=
github.com/appclacks/go-client v0.0.0-20240601153604-3e5f27cc6056/go.mod h1:ZOQEaU5H5BTLZr326dMjvVbB+pdkeRX3emyu4cEq9GU=
github.com/appclacks/go-client v0.0.0-20240601155632-3db1fa07abb0 h1:KV8CRzYMgh6k670Bmcku8SaSgDebIt4CCjszmVUKwuo=
github.com/appclacks/go-client v0.0.0-20240601155632-3db1fa07abb0/go.mod h1:ZOQEaU5H5BTLZr326dMjvVbB+pdkeRX3emyu4cEq9GU=
github.com/appclacks/go-types v0.0.0-20231220132907-2cf47ed6a994 h1:zxgTzkhrdTQ2jdzybr/+kZKOfjECBPHIznbZXBTItwc=
github.com/appclacks/go-types v0.0.0-20231220132907-2cf47ed6a994/go.mod h1:djYgTPlVCW/7sUcPRuqvJOoOKB/uforzYC2Bo2JBPK8=
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/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
31 changes: 16 additions & 15 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.

4 changes: 1 addition & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# github.com/appclacks/go-client v0.0.0-20240601155632-3db1fa07abb0
# github.com/appclacks/go-client v0.0.0-20240602132011-291c0d8ca225
## explicit; go 1.22.0
github.com/appclacks/go-client
# github.com/appclacks/go-types v0.0.0-20231220132907-2cf47ed6a994
## explicit; go 1.21
# github.com/cheynewallace/tabby v1.1.1
## explicit
github.com/cheynewallace/tabby
Expand Down

0 comments on commit ff6f918

Please sign in to comment.