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

update homepage, actually use go modules smdh

This commit is contained in:
Jason Hall 2020-05-30 09:08:32 -04:00
parent 2a0494f5de
commit 42a6d38cdd
953 changed files with 685 additions and 554370 deletions

13
go.mod
View file

@ -1,3 +1,16 @@
module github.com/imjasonh/kontain.me
go 1.14
require (
cloud.google.com/go v0.57.0
cloud.google.com/go/datastore v1.1.0
cloud.google.com/go/storage v1.8.0
github.com/dustin/go-humanize v1.0.0
github.com/google/go-containerregistry v0.0.0-20200521151920-a873a21aff23
github.com/google/ko v0.5.1
github.com/google/uuid v1.1.1
github.com/tmc/dot v0.0.0-20180926222610-6d252d5ff882
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.25.0
)