forked from bakape/shamichan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
46 lines (43 loc) · 2.15 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
36
37
38
39
40
41
42
43
44
45
46
module github.com/bakape/meguca
go 1.13
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.0
require (
github.com/Masterminds/squirrel v1.4.0
github.com/abh/geoip v0.0.0-20160510155516-07cea4480daa
github.com/aquilax/tripcode v1.0.0
github.com/badoux/goscraper v0.0.0-20181207103713-9b4686c4b62c
github.com/bakape/captchouli v1.5.0
github.com/bakape/captchouli/v2 v2.2.2
github.com/bakape/mnemonics v0.0.0-20170918165711-056d8d325992
github.com/bakape/thumbnailer/v2 v2.6.7
github.com/boltdb/bolt v1.3.1
github.com/chai2010/webp v1.1.0
github.com/dimfeld/httptreemux v5.0.1+incompatible
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/go-playground/ansi v2.1.0+incompatible // indirect
github.com/go-playground/errors v3.3.0+incompatible // indirect
github.com/go-playground/log v6.3.0+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gorilla/websocket v1.4.0
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.0.1-0.20190326042056-d6156e141ac6
github.com/rakyll/statik v0.1.6
github.com/stretchr/testify v1.4.0 // indirect
github.com/ulikunitz/xz v0.5.6
github.com/valyala/quicktemplate v1.6.3
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)