-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (42 loc) · 1.84 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/opd-ai/dndbot
go 1.23.0
toolchain go1.23.2
require (
github.com/anthropics/anthropic-sdk-go v0.2.0-alpha.13
github.com/go-chi/chi v1.5.5
github.com/go-chi/chi/v5 v5.2.1
github.com/go-chi/httprate v0.14.1
github.com/google/uuid v1.6.0
github.com/opd-ai/bookie v0.0.0-20241231151724-f92d22435b8c
github.com/opd-ai/horde v0.0.0-20241222040725-8bbabd49f795
github.com/opd-ai/paywall v0.0.0-20250311171923-aa5aa1730dea
github.com/opd-ai/wileedot v0.0.0-20241217172720-521d4175e624
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/srikrsna/security-headers v2.1.0+incompatible
)
require (
github.com/btcsuite/btcd v0.24.2 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
github.com/btcsuite/btcd/btcutil v1.1.6 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
github.com/btcsuite/btclog v1.0.0 // indirect
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/gorilla/rpc v1.2.1 // indirect
github.com/jung-kurt/gofpdf v1.16.2 // indirect
github.com/monero-ecosystem/go-monero-rpc-client v0.0.0-20241222121722-7ac8c0dc29cf // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
)