Skip to content

Commit e1e6aa0

Browse files
committed
Base git repository working
1 parent 1d1fd97 commit e1e6aa0

File tree

4 files changed

+156
-1
lines changed

4 files changed

+156
-1
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ go 1.13
55
require (
66
github.com/blang/semver v3.5.0+incompatible
77
github.com/evanphx/json-patch v4.5.0+incompatible
8+
github.com/go-git/go-git/v5 v5.1.0
89
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
910
github.com/pkg/errors v0.8.1
1011
github.com/prometheus/client_golang v1.0.0
1112
golang.org/x/tools v0.0.0-20200714190737-9048b464a08d
1213
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
14+
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
1315
k8s.io/api v0.18.4
1416
k8s.io/apimachinery v0.18.4
1517
k8s.io/cli-runtime v0.18.4

0 commit comments

Comments
 (0)