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 20, 2020
1 parent fc5fc86 commit 29b7da5
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 @@ -34,8 +34,8 @@ require (
go.uber.org/zap v1.13.0 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
google.golang.org/api v0.15.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/api v0.0.0-20190918195907-bd6ac527cfd2
k8s.io/apimachinery v0.17.0
k8s.io/client-go v11.0.1-0.20190805182715-88a2adca7e76+incompatible
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,10 @@ gopkg.in/yaml.v2 v2.2.5 h1:ymVxjfMaHvXD8RqPRmzHHsB3VvucivSkIAvJFDI5O3c=
gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo=
gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
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-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
Expand Down

0 comments on commit 29b7da5

Please sign in to comment.