module github.com/esiqveland/notify

go 1.13

require (
	github.com/godbus/dbus/v5 v5.1.0
	github.com/stretchr/testify v1.8.4
)
