diff options
| author | Juan Roig <jaroig@outlook.com> | 2023-11-12 15:05:16 -0500 |
|---|---|---|
| committer | Juan Roig <jaroig@outlook.com> | 2023-11-12 15:05:16 -0500 |
| commit | 78fd5e4e1f084b1f031c80c964f795e225f0d25a (patch) | |
| tree | 411e145015f1cb69491c6403a90d5697acd1ffbe /go.mod | |
| parent | aa816a646e43e44a43579e45228b28ad4ac92f57 (diff) | |
add cookie jar to allow cross site origin requests to carry cookies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 | module codeberg.org/flpolyaplus/aplus | 1 | module codeberg.org/flpolyaplus/aplus |
| 2 | 2 | ||
| 3 | go 1.21.3 | 3 | go 1.21.3 |
| 4 | |||
| 5 | require golang.org/x/net v0.18.0 // indirect | ||
