mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.94.1 to 0.97.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/v0.94.1...v0.97.0) --- updated-dependencies: - dependency-name: cloud.google.com/go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
564 B
Modula-2
18 lines
564 B
Modula-2
module github.com/imjasonh/kontain.me
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cloud.google.com/go v0.97.0
|
|
cloud.google.com/go/storage v1.16.1
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/google/go-containerregistry v0.6.0
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/google/ko v0.8.3
|
|
github.com/imjasonh/delay v0.0.0-20210102151318-8339250e8458
|
|
github.com/tmc/dot v0.0.0-20180926222610-6d252d5ff882
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
google.golang.org/api v0.57.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|