summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJuan Roig <jaroig@outlook.com>2023-11-12 15:05:16 -0500
committerJuan Roig <jaroig@outlook.com>2023-11-12 15:05:16 -0500
commit78fd5e4e1f084b1f031c80c964f795e225f0d25a (patch)
tree411e145015f1cb69491c6403a90d5697acd1ffbe /go.mod
parentaa816a646e43e44a43579e45228b28ad4ac92f57 (diff)
add cookie jar to allow cross site origin requests to carry cookies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a5570a0..10fe00c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
1module codeberg.org/flpolyaplus/aplus 1module codeberg.org/flpolyaplus/aplus
2 2
3go 1.21.3 3go 1.21.3
4
5require golang.org/x/net v0.18.0 // indirect