From c178d644f6818ba32889d6223d3a1bb33e2a19c7 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Mon, 13 Dec 2021 15:44:58 +0300 Subject: Added releaser workflow --- go.mod | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 959702f..9ef95fd 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,3 @@ module github.com/neonxp/pomodoro go 1.17 - -require github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1 - -require ( - github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect - github.com/godbus/dbus/v5 v5.0.3 // indirect - github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect - github.com/gopherjs/gopherwasm v1.1.0 // indirect - github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect - github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect - golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect -) -- cgit v1.2.3