File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "fmt"
2222 "os"
2323
24- "github.com/coreos/go-systemd/v21 /activation"
24+ "github.com/coreos/go-systemd/v22 /activation"
2525)
2626
2727func fixListenPid () {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "io"
2121 "net/http"
2222
23- "github.com/coreos/go-systemd/v21 /activation"
23+ "github.com/coreos/go-systemd/v22 /activation"
2424)
2525
2626func HelloServer (w http.ResponseWriter , req * http.Request ) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "fmt"
2222 "os"
2323
24- "github.com/coreos/go-systemd/v21 /activation"
24+ "github.com/coreos/go-systemd/v22 /activation"
2525)
2626
2727func fixListenPid () {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "net"
2323 "os"
2424
25- "github.com/coreos/go-systemd/v21 /activation"
25+ "github.com/coreos/go-systemd/v22 /activation"
2626)
2727
2828func fixListenPid () {
Original file line number Diff line number Diff line change 1- module github.com/coreos/go-systemd/v21
1+ module github.com/coreos/go-systemd/v22
22
33go 1.12
44
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525
2626 "github.com/godbus/dbus/v5"
2727
28- sd_dbus "github.com/coreos/go-systemd/v21 /dbus"
28+ sd_dbus "github.com/coreos/go-systemd/v22 /dbus"
2929)
3030
3131const (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "testing"
2626 "time"
2727
28- sd_dbus "github.com/coreos/go-systemd/v21 /dbus"
28+ sd_dbus "github.com/coreos/go-systemd/v22 /dbus"
2929 "github.com/godbus/dbus/v5"
3030)
3131
Original file line number Diff line number Diff line change 1616package sdjournal
1717
1818import (
19- "github.com/coreos/go-systemd/v21 /internal/dlopen"
19+ "github.com/coreos/go-systemd/v22 /internal/dlopen"
2020 "sync"
2121 "unsafe"
2222)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 "testing"
2828 "time"
2929
30- "github.com/coreos/go-systemd/v21 /journal"
30+ "github.com/coreos/go-systemd/v22 /journal"
3131)
3232
3333func TestJournalFollow (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ import (
5858 "syscall"
5959 "unsafe"
6060
61- "github.com/coreos/go-systemd/v21 /internal/dlopen"
61+ "github.com/coreos/go-systemd/v22 /internal/dlopen"
6262)
6363
6464var libsystemdNames = []string {
You can’t perform that action at this time.
0 commit comments