forked from go-fed/apcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.46 KB
/
Copy pathgo.mod
File metadata and controls
41 lines (38 loc) · 1.46 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
35
36
37
38
39
40
41
module github.com/allinbits/apcore
go 1.24
require (
github.com/go-fed/activity v1.0.1-0.20201213224552-472d90163f3a
github.com/go-fed/httpsig v1.1.1-0.20201221212626-dda7895774cb
github.com/go-fed/oauth2 v1.2.1-0.20201216115557-3ad6eea84720
github.com/google/logger v1.1.1
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/sessions v1.4.0
github.com/jackc/pgx/v4 v4.18.3
github.com/manifoldco/promptui v0.9.0
github.com/microcosm-cc/bluemonday v1.0.27
github.com/tidwall/gjson v1.18.0
golang.org/x/crypto v0.37.0
golang.org/x/time v0.11.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.4 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
)