resources: Add stable go-systemd branch for now

We'll update this to point to upstream or JoeJulian once it stops
randomly changing and breaking git master!
This commit is contained in:
James Shubin
2016-11-14 19:50:58 -05:00
parent e588f51824
commit fb5da76247
3 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ import (
systemdUtil "github.com/coreos/go-systemd/util"
"github.com/godbus/dbus"
machined "github.com/joejulian/go-systemd/machine1"
errwrap "github.com/pkg/errors"
machined "github.com/purpleidea/go-systemd/machine1"
"github.com/purpleidea/mgmt/global"
)