Skip to content

Commit

Permalink
update dep oc-wrapper v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Delai21 committed Apr 22, 2020
1 parent 7a2c5c1 commit 5160af4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/apm/oc-apm-DeploymentConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: registry.hub.docker.com/delai21/oc-apm:0.1.0
image: registry.hub.docker.com/delai21/oc-apm:0.1.1
imagePullPolicy: Always
name: oc-apm
ports:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/go-git/go-git/v5 v5.0.0 // indirect
github.com/kgysu/oc-wrapper v0.1.0
github.com/kgysu/oc-wrapper v0.1.1
github.com/openshift/api v0.0.0-20200131223221-f2a771e1a90c
k8s.io/api v0.17.1
k8s.io/apimachinery v0.18.0-alpha.2.0.20200131032148-f30c02351710
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd h1:Coekwdh0v
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/kgysu/oc-wrapper v0.1.0 h1:0HlL+mNF9/CjsXPgsZ+Cq3kB3fSB89VEdDed9X+ymk0=
github.com/kgysu/oc-wrapper v0.1.0/go.mod h1:11STXKbvWzRGSNgajIsNydjvqu1vfeLDAQJbnPKphls=
github.com/kgysu/oc-wrapper v0.1.1-0.20200420161000-770baa0acb33 h1:8RT8hQsqVSwphhGt+UO9HsGyPEyeXLMi+8soZeDggc8=
github.com/kgysu/oc-wrapper v0.1.1-0.20200420161000-770baa0acb33/go.mod h1:11STXKbvWzRGSNgajIsNydjvqu1vfeLDAQJbnPKphls=
github.com/kgysu/oc-wrapper v0.1.1 h1:GCTP2qWEDmsOgpPmKts/MHq/9f7WmAB+dnOPIL4hpc4=
github.com/kgysu/oc-wrapper v0.1.1/go.mod h1:11STXKbvWzRGSNgajIsNydjvqu1vfeLDAQJbnPKphls=
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

0 comments on commit 5160af4

Please sign in to comment.