forked from rykov/paperboy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
109 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: go | ||
go: | ||
- 1.11.x | ||
- 1.15 | ||
- master | ||
os: | ||
- linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,32 @@ | ||
module github.com/rykov/paperboy | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.5.1 | ||
github.com/andybalholm/cascadia v1.2.0 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/bep/inflect v0.0.0-20160408190323-b896c45f5af9 | ||
github.com/cenkalti/backoff/v4 v4.0.2 | ||
github.com/charmbracelet/glamour v0.2.0 | ||
github.com/chris-ramon/douceur v0.2.0 | ||
github.com/coreos/go-etcd v2.0.0+incompatible // indirect | ||
github.com/cpuguy83/go-md2man v1.0.10 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df | ||
github.com/google/go-cmp v0.4.0 | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/graph-gophers/graphql-go v0.0.0-20200309224638-dae41bde9ef9 | ||
github.com/jordan-wright/email v0.0.0-20200521030443-c069f37d901d | ||
github.com/go-test/deep v1.0.7 // indirect | ||
github.com/google/go-cmp v0.5.2 | ||
github.com/graph-gophers/graphql-go v0.0.0-20201003130358-c5bdf3b1108e | ||
github.com/jordan-wright/email v4.0.1-0.20200917010138-e1c00e156980+incompatible | ||
github.com/jtacoma/uritemplates v1.0.0 | ||
github.com/microcosm-cc/bluemonday v1.0.2 | ||
github.com/mitchellh/mapstructure v1.3.1 // indirect | ||
github.com/pelletier/go-toml v1.8.0 | ||
github.com/microcosm-cc/bluemonday v1.0.4 | ||
github.com/pelletier/go-toml v1.8.1 | ||
github.com/rs/cors v1.7.0 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/afero v1.2.2 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/afero v1.4.1 | ||
github.com/spf13/cast v1.3.1 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/toorop/go-dkim v0.0.0-20200526084421-76378ae5207e | ||
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect | ||
github.com/yuin/goldmark v1.1.31 | ||
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b | ||
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
github.com/yuin/goldmark v1.2.1 | ||
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 | ||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect | ||
gopkg.in/ini.v1 v1.57.0 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) |
Oops, something went wrong.