Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dies.dev/diegen from 0.2.0 to 0.3.0 in /hack #184

Merged
merged 1 commit into from Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/vmware-labs/reconciler-runtime/hack
go 1.17

require (
dies.dev/diegen v0.2.0
dies.dev/diegen v0.3.0
sigs.k8s.io/controller-tools v0.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions hack/go.sum
Expand Up @@ -36,8 +36,8 @@ cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0Zeo
cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk=
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
dies.dev/diegen v0.2.0 h1:bRldLUKCS0RVKZxipuWNCFFsWeJY0V4baPNULdJdrHo=
dies.dev/diegen v0.2.0/go.mod h1:ZALxA6Wnj2ZikQR6GxYFs9IsRWVQjk8Lg6n4a/nVWjk=
dies.dev/diegen v0.3.0 h1:ccvMbI5blJpWzRPkU80G02PUQZ2PCmzt3FOt7jrAkbc=
dies.dev/diegen v0.3.0/go.mod h1:ZALxA6Wnj2ZikQR6GxYFs9IsRWVQjk8Lg6n4a/nVWjk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
Expand Down