-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 991 Bytes
/
go.mod
File metadata and controls
31 lines (28 loc) · 991 Bytes
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
module github.com/Chaldron/clay-play
go 1.23.0
require (
github.com/alexedwards/scs/sqlite3store v0.0.0-20231113091146-cef4b05350c8
github.com/alexedwards/scs/v2 v2.7.0
github.com/caarlos0/env v3.5.0+incompatible
github.com/go-chi/chi/v5 v5.0.11
github.com/go-chi/httprate v0.8.0
github.com/gorilla/schema v1.4.1
github.com/jmoiron/sqlx v1.3.5
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/mattn/go-sqlite3 v1.14.19
github.com/pressly/goose/v3 v3.18.0
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)