aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c5ec234
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,13 @@
+// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+module git.sr.ht/~shulhan/duitku
+
+go 1.19
+
+require github.com/shuLhan/share v0.41.2
+
+require (
+ golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
+ golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
+)