Skip to content

Commit

Permalink
chore: update api and framework
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 19, 2020
1 parent deefbeb commit cbe52cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/imdario/mergo v0.3.8 // indirect
github.com/prometheus/client_golang v1.4.1 // indirect
go.uber.org/zap v1.13.0 // indirect
halkyon.io/api v1.0.0-rc.4.0.20200219202646-b6b4240cae21
halkyon.io/operator-framework v1.0.0-beta.4.0.20200219203102-d2e8cd7fe849
halkyon.io/api v1.0.0-rc.5
halkyon.io/operator-framework v1.0.0-beta.5
k8s.io/apiextensions-apiserver v0.17.3 // indirect
k8s.io/apimachinery v0.17.3
sigs.k8s.io/testing_frameworks v0.1.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,10 @@ gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
halkyon.io/api v1.0.0-rc.4.0.20200219202646-b6b4240cae21 h1:8MBUVG97IYFSCqH1mk8mDU+p9OhcnbOPRSFoqBV/nGs=
halkyon.io/api v1.0.0-rc.4.0.20200219202646-b6b4240cae21/go.mod h1:bCOZh54+rJ4SQad0L0OMO0B+Jf7J3OtKp7SPmdLowGE=
halkyon.io/operator-framework v1.0.0-beta.4.0.20200219203102-d2e8cd7fe849 h1:DcYTElsk/ghv6sPfwZuVqEv0joBH1kMhINV81LePrUU=
halkyon.io/operator-framework v1.0.0-beta.4.0.20200219203102-d2e8cd7fe849/go.mod h1:wxvHDC6ymM+F3NnPnPHPZL4ghIWPX9FkXEVSGTFRT0M=
halkyon.io/api v1.0.0-rc.5 h1:dLH+T5AppqZdXjAaxqYRfppr1ShlyfK4uBR3rom0LdY=
halkyon.io/api v1.0.0-rc.5/go.mod h1:bCOZh54+rJ4SQad0L0OMO0B+Jf7J3OtKp7SPmdLowGE=
halkyon.io/operator-framework v1.0.0-beta.5 h1:oJ3jYOCc97jVApZA9SE+S/yWHADEmhzN7qh+y5hoX9Y=
halkyon.io/operator-framework v1.0.0-beta.5/go.mod h1:K1TDtVn1FfrV1RliM3EwhrLeX6HdUsADEW7xQu/w0U0=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.1-2019.2.3 h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=
Expand Down

0 comments on commit cbe52cd

Please sign in to comment.