-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Go to 1.19 * Upgrade all dependencies
- Loading branch information
Showing
2 changed files
with
24 additions
and
548 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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
module github.com/jotaen/klog | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
cloud.google.com/go v0.97.0 | ||
github.com/alecthomas/kong v0.2.22 | ||
github.com/jotaen/kong-completion v0.0.3 | ||
cloud.google.com/go v0.104.0 | ||
github.com/alecthomas/kong v0.6.1 | ||
github.com/jotaen/kong-completion v0.0.4 | ||
github.com/posener/complete v1.2.3 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/stretchr/testify v1.7.2 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.