aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2019-12-02 15:31:00 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2019-12-02 15:31:00 +0100
commita1a067e6de1679d0a3a1503e93bb672432990cd4 (patch)
treed56234ae02077a0bf85bd549ca90301a54d581d4 /go.mod
downloadalps-a1a067e6de1679d0a3a1503e93bb672432990cd4.tar.gz
alps-a1a067e6de1679d0a3a1503e93bb672432990cd4.tar.bz2
alps-a1a067e6de1679d0a3a1503e93bb672432990cd4.zip
Add HTTP server boilerplate
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..7e8ba30
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.sr.ht/~emersion/koushin
+
+go 1.13
+
+require github.com/labstack/echo/v4 v4.1.11