-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
24 lines (22 loc) · 932 Bytes
/
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
module github.com/go-fed/apcore
go 1.12
require (
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
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.0.1
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.0
github.com/jackc/pgx/v4 v4.9.0
github.com/manifoldco/promptui v0.3.2
github.com/microcosm-cc/bluemonday v1.0.7
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/tidwall/gjson v1.8.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
gopkg.in/ini.v1 v1.44.0
)