Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
* Update Go to 1.19

* Upgrade all dependencies
  • Loading branch information
jotaen authored Oct 17, 2022
1 parent 9f7a4c9 commit 039da4d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 548 deletions.
16 changes: 8 additions & 8 deletions go.mod
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
)
Loading

0 comments on commit 039da4d

Please sign in to comment.