-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·34 lines (30 loc) · 1.22 KB
/
go.mod
File metadata and controls
executable file
·34 lines (30 loc) · 1.22 KB
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
module github.com/RealistikOsu/soumetsu
go 1.21
toolchain go1.22.5
require (
github.com/dustin/go-humanize v1.0.1
github.com/frustra/bbcode v0.0.0-20150429195712-e3d2906cb269
github.com/go-chi/chi/v5 v5.1.0
github.com/go-sql-driver/mysql v1.6.0
github.com/jmoiron/sqlx v1.3.5
github.com/microcosm-cc/bluemonday v0.0.0-20171222152607-542fd4642604
github.com/russross/blackfriday v2.0.0+incompatible
github.com/thehowl/cieca v0.0.0-20161122163418-3d95e04c9b12
github.com/thehowl/conf v0.1.1-0.20161010150023-bdfc17531a74
golang.org/x/crypto v0.25.0
gopkg.in/redis.v5 v5.2.9
zxq.co/ripple/playstyle v0.0.0-20161106144235-198984a13cb6
)
require (
github.com/boj/redistore v0.0.0-20160128113310-fc113767cd6b
github.com/garyburd/redigo v1.6.4 // indirect
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a // indirect
github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.4 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.34.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/net v0.27.0 // indirect
)