1234567891011121314151617181920 |
- module go.mindeco.de
- require (
- github.com/PuerkitoBio/goquery v1.5.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dustin/go-humanize v1.0.0
- github.com/go-kit/kit v0.8.0
- github.com/go-logfmt/logfmt v0.4.0
- github.com/go-stack/stack v1.8.0
- github.com/gorilla/securecookie v1.1.1
- github.com/gorilla/sessions v1.1.3
- github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0
- github.com/oxtoacart/bpool v0.0.0-20190524125616-8c0b41497736
- github.com/pkg/errors v0.8.1
- github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b
- github.com/stretchr/testify v1.3.0
- )
- go 1.13
|