Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,36 @@ 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/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v1.3.2
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/kr/text v0.2.0 // indirect
github.com/matryer/is v1.4.0
github.com/mattn/go-sqlite3 v1.14.5
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
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/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading