-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
39 lines (37 loc) · 1.48 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
module github.com/kyleterry/sufr
go 1.15
require (
github.com/Masterminds/squirrel v1.5.0 // indirect
github.com/PuerkitoBio/goquery v1.6.0
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/apex/log v1.9.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/boltdb/bolt v1.3.1
github.com/go-swagger/go-swagger v0.25.0 // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.2
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/jmoiron/sqlx v1.2.0
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
github.com/justinas/alice v1.2.0
github.com/kr/pretty v0.2.1
github.com/matryer/is v1.4.0
github.com/mattn/go-sqlite3 v1.14.5
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.9.1
github.com/rs/xid v1.2.1
github.com/russross/blackfriday v1.5.2
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/tools v0.0.0-20201120155355-20be4ac4bd6e // indirect
google.golang.org/protobuf v1.25.0
)