about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2021-08-27 06:08:09 +0200
committerV <v@anomalous.eu>2021-08-27 06:08:09 +0200
commitd49fe57776e6d19181c8ccb8d5332ed2c62d5ca8 (patch)
treee3036d32e318bfaef519c316de7e7f44b9351fef /go.mod
downloadloxy-0.2.0.tar.zst
Root commit HEAD v0.2.0 trunk
Co-authored-by: edef <edef@edef.eu>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ae8077d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,12 @@
+// SPDX-FileCopyrightText: V <v@anomalous.eu>
+// SPDX-FileCopyrightText: edef <edef@edef.eu>
+// SPDX-License-Identifier: OSL-3.0
+
+module go.anomalous.eu/loxy
+
+go 1.16
+
+require (
+	github.com/coreos/go-systemd/v22 v22.3.2
+	github.com/mattn/go-sqlite3 v1.14.8
+)