Skip to content

Commit

Permalink
Merge pull request #3 from luksa/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
mhausenblas authored May 31, 2019
2 parents e9226dc + 93d8ed3 commit 1947d62
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 238 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/mhausenblas/rback
go 1.12

require (
github.com/emicklei/dot v0.9.3
github.com/mhausenblas/kubecuddler v0.0.0-20181012110128-5836f3e4e7d0 // indirect
github.com/emicklei/dot v0.10.0
github.com/mhausenblas/kubecuddler v0.0.0-20181012110128-5836f3e4e7d0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/emicklei/dot v0.9.3 h1:w5L9uYR6o6Bj7ZyfzbSFnMdQJBU89zfs9emxaLa0svI=
github.com/emicklei/dot v0.9.3/go.mod h1:kZg82Ikwc4pqb31Ct2yb0B7RUqxh3JESIXw2uWSv/xY=
github.com/emicklei/dot v0.10.0 h1:BAuTQEJM56bu8Z0+d073CPJrc9I8gj4uXCKDIO0Cwpk=
github.com/emicklei/dot v0.10.0/go.mod h1:kZg82Ikwc4pqb31Ct2yb0B7RUqxh3JESIXw2uWSv/xY=
github.com/mhausenblas/kubecuddler v0.0.0-20181012110128-5836f3e4e7d0 h1:TZSzAlXKCKnstV6euLVFkwI4gHudDPoLqq3/kBaR3PI=
github.com/mhausenblas/kubecuddler v0.0.0-20181012110128-5836f3e4e7d0/go.mod h1:6FIXVGLaL5pg6GSkmkDEY1TaRCNySC7DdR+/PF0OClo=
Loading

0 comments on commit 1947d62

Please sign in to comment.