aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-12-13 15:39:41 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-12-13 15:43:34 +0300
commitcc47f2e55654b459f20520b3c4221473903cbddc (patch)
treea5ece0447f228008a4ccd88a1bd21c8ce515ee84 /go.mod
parent58160f5a65978db90dcbac85d76ad7e960cfa6ff (diff)
initial
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..959702f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,15 @@
+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
+)