summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-06 23:55:19 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-07 02:20:46 +0200
commit17168a489392847794de0aed15fe395230a38261 (patch)
tree60914d9df4b9b37852e54dcf72818b0df1a958fb /go.mod
Initial commit
This cleaned up and added linting/readme to the already created web app that I have been using to control vpn on my raspberry setup
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..e84e3df
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module wg-portal
+
+go 1.25
+
+require (
+ github.com/samber/lo v1.51.0
+ gopkg.in/yaml.v3 v3.0.1
+)
+
+require golang.org/x/text v0.22.0 // indirect