-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
35 lines (33 loc) · 1.55 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
module hawx.me/code/tally-ho
require (
github.com/BurntSushi/toml v0.3.1
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/feeds v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/kr/pretty v0.2.0 // indirect
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
hawx.me/code/assert v0.0.0-20200428180912-91e855e32e7d
hawx.me/code/indieauth v1.0.2-0.20190414103535-e45980f3aa4d
hawx.me/code/microformats v0.0.0-20191022184242-49e59d72c0b9
hawx.me/code/mux v0.0.0-20200113153227-9b1ff45c6491
hawx.me/code/numbersix v0.0.0-20200127191504-26b4426584e4
hawx.me/code/route v1.0.0
hawx.me/code/serve v0.0.0-20190207181551-eb94630184cf
mvdan.cc/xurls v1.1.0
mvdan.cc/xurls/v2 v2.1.0
willnorris.com/go/microformats v1.0.0
)
go 1.13