diff options
| author | Xe <me@christine.website> | 2022-10-30 20:47:28 +0000 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-10-30 20:48:21 +0000 |
| commit | 2e2b6fa099a463666396b80048cb23af0e5a8fd9 (patch) | |
| tree | b6f55b0ece1524ca44d95a5deb0fbbdade6ea217 /go.mod | |
| parent | c8e62e704d47ede0b8ed0af673ce7c6493273ed7 (diff) | |
| download | x-2e2b6fa099a463666396b80048cb23af0e5a8fd9.tar.xz x-2e2b6fa099a463666396b80048cb23af0e5a8fd9.zip | |
robocadey2
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,6 +31,7 @@ require ( github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/pkg/errors v0.9.1 github.com/posener/complete v1.2.3 + github.com/rs/cors v1.8.2 github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6 github.com/sycamoreone/orc v0.0.0-20150204213357-1627eaec2699 @@ -110,7 +111,6 @@ require ( github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/rogpeppe/go-internal v1.8.1-0.20211023094830-115ce09fd6b4 // indirect - github.com/rs/cors v1.8.2 // indirect github.com/sendgrid/rest v2.4.1+incompatible // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect @@ -148,3 +148,5 @@ require ( ) go 1.18 + +replace github.com/McKael/madon/v2 => /home/cadey/gohack/github.com/McKael/madon/v2 |
