about summary refs log tree commit diff
path: root/nix/templates/goapp/backend/go.sum
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-02-12 21:24:31 +0100
committerEmile <git@emile.space>2025-02-12 21:24:31 +0100
commitc0a8852e4ec21f15c5a862201515518c3eee7734 (patch)
treeeb906ede104475df681d3b61ecae234d5bb67b62 /nix/templates/goapp/backend/go.sum
parent2e1c7e7c033a8d1819c65a65dbed71f884e2fec1 (diff)
template: a basic golang app template
This template allows building golang apps as well as a corresponding
docker container from the built package
Diffstat (limited to 'nix/templates/goapp/backend/go.sum')
-rw-r--r--nix/templates/goapp/backend/go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/templates/goapp/backend/go.sum b/nix/templates/goapp/backend/go.sum
new file mode 100644
index 0000000..7128337
--- /dev/null
+++ b/nix/templates/goapp/backend/go.sum
@@ -0,0 +1,2 @@
+github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
+github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=