File: go.mod

package info (click to toggle)
golang-github-iguanesolutions-go-systemd 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/iguanesolutions/go-systemd/v5

go 1.13

require (
	github.com/godbus/dbus/v5 v5.0.4
	github.com/miekg/dns v1.1.42
	golang.org/x/net v0.0.0-20210525063256-abc453219eb5
)