mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 00:55:14 +00:00
28 lines
1.2 KiB
Modula-2
28 lines
1.2 KiB
Modula-2
module github.com/imjasonh/kontain.me
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cloud.google.com/go v0.98.0
|
|
cloud.google.com/go/storage v1.18.2
|
|
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/go-containerregistry v0.7.1-0.20211203164431-c75901cce627
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/google/ko v0.9.3
|
|
github.com/imjasonh/delay v0.0.0-20210102151318-8339250e8458
|
|
github.com/tmc/dot v0.0.0-20180926222610-6d252d5ff882
|
|
golang.org/x/mod v0.5.1
|
|
golang.org/x/net v0.0.0-20211205041911-012df41ee64c // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
|
google.golang.org/api v0.61.0
|
|
google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|