1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00

Update dependencies

- go get -u ./...
- fix breakages
- passthrough ctx in remote.Heads
This commit is contained in:
Jason Hall 2021-01-15 09:32:02 -05:00
parent 33c534871b
commit cd45304719
5 changed files with 166 additions and 17 deletions

32
go.mod
View file

@ -3,18 +3,30 @@ module github.com/imjasonh/kontain.me
go 1.14
require (
cloud.google.com/go v0.72.0
cloud.google.com/go/storage v1.10.0
github.com/docker/docker v1.13.1 // indirect
cloud.google.com/go v0.75.0
cloud.google.com/go/storage v1.12.0
github.com/containerd/stargz-snapshotter/estargz v0.0.0-20210115045816-880da3afb014 // indirect
github.com/docker/cli v20.10.2+incompatible // indirect
github.com/docker/docker v20.10.2+incompatible // indirect
github.com/dustin/go-humanize v1.0.0
github.com/google/go-containerregistry v0.1.3
github.com/google/go-containerregistry v0.4.0
github.com/google/go-github/v32 v32.1.0
github.com/google/ko v0.6.0
github.com/imjasonh/delay v0.0.0-20201202030000-657687614fb9
github.com/google/ko v0.7.0
github.com/imjasonh/delay v0.0.0-20210102151318-8339250e8458
github.com/opencontainers/runc v0.1.1 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/tmc/dot v0.0.0-20180926222610-6d252d5ff882
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
google.golang.org/api v0.35.0
gopkg.in/yaml.v2 v2.3.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.0.0-20210114065538-d78b04bdf963 // indirect
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f // indirect
google.golang.org/grpc v1.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06 // indirect
)