aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-12-13 15:44:58 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-12-13 15:49:20 +0300
commitc178d644f6818ba32889d6223d3a1bb33e2a19c7 (patch)
tree445d24092ac99daf0b92226af8defbe022713267 /go.mod
parent6edcc17eccc25f9ec179828d371a8e80d93a52a6 (diff)
Added releaser workflowv0.0.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 0 insertions, 12 deletions
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
-)