From 1cda13308387f9e83d6eacff80f725bb5adc852b Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 19 Jan 2020 22:08:22 +0000 Subject: [PATCH] Update add --- Dockerfile | 16 ++++++++++++++++ vendor/github.com/PuerkitoBio/goquery/LICENSE | 0 vendor/github.com/PuerkitoBio/goquery/README.md | 0 vendor/github.com/PuerkitoBio/goquery/array.go | 0 vendor/github.com/PuerkitoBio/goquery/doc.go | 0 vendor/github.com/PuerkitoBio/goquery/expand.go | 0 vendor/github.com/PuerkitoBio/goquery/filter.go | 0 vendor/github.com/PuerkitoBio/goquery/go.mod | 0 vendor/github.com/PuerkitoBio/goquery/go.sum | 0 .../github.com/PuerkitoBio/goquery/iteration.go | 0 .../PuerkitoBio/goquery/manipulation.go | 0 .../github.com/PuerkitoBio/goquery/property.go | 0 vendor/github.com/PuerkitoBio/goquery/query.go | 0 .../github.com/PuerkitoBio/goquery/traversal.go | 0 vendor/github.com/PuerkitoBio/goquery/type.go | 0 .../github.com/PuerkitoBio/goquery/utilities.go | 0 vendor/github.com/andybalholm/cascadia/README.md | 0 vendor/github.com/andybalholm/cascadia/go.mod | 0 vendor/github.com/andybalholm/cascadia/parser.go | 0 .../github.com/andybalholm/cascadia/selector.go | 0 .../github.com/andybalholm/cascadia/serialize.go | 0 .../andybalholm/cascadia/specificity.go | 0 .../golang-collections/go-datastructures/LICENSE | 0 .../go-datastructures/queue/error.go | 0 .../go-datastructures/queue/priority_queue.go | 0 .../go-datastructures/queue/queue.go | 0 .../go-datastructures/queue/ring.go | 0 vendor/github.com/gorilla/feeds/AUTHORS | 0 vendor/github.com/gorilla/feeds/LICENSE | 0 vendor/github.com/gorilla/feeds/README.md | 0 vendor/github.com/gorilla/feeds/atom.go | 0 vendor/github.com/gorilla/feeds/doc.go | 0 vendor/github.com/gorilla/feeds/feed.go | 0 vendor/github.com/gorilla/feeds/json.go | 0 vendor/github.com/gorilla/feeds/rss.go | 0 vendor/github.com/gorilla/feeds/test.atom | 0 vendor/github.com/gorilla/feeds/test.rss | 0 vendor/github.com/gorilla/feeds/to-implement.md | 0 vendor/github.com/gorilla/feeds/uuid.go | 0 vendor/github.com/mmcdole/gofeed/LICENSE | 0 vendor/github.com/mmcdole/gofeed/README.md | 0 vendor/github.com/mmcdole/gofeed/atom/feed.go | 0 vendor/github.com/mmcdole/gofeed/atom/parser.go | 0 vendor/github.com/mmcdole/gofeed/detector.go | 0 .../mmcdole/gofeed/extensions/dublincore.go | 0 .../mmcdole/gofeed/extensions/extensions.go | 0 .../mmcdole/gofeed/extensions/itunes.go | 0 vendor/github.com/mmcdole/gofeed/feed.go | 0 vendor/github.com/mmcdole/gofeed/go.mod | 0 vendor/github.com/mmcdole/gofeed/go.sum | 0 .../gofeed/internal/shared/charsetconv.go | 0 .../mmcdole/gofeed/internal/shared/dateparser.go | 0 .../mmcdole/gofeed/internal/shared/extparser.go | 0 .../mmcdole/gofeed/internal/shared/parseutils.go | 0 .../mmcdole/gofeed/internal/shared/xmlbase.go | 0 .../gofeed/internal/shared/xmlsanitizer.go | 0 vendor/github.com/mmcdole/gofeed/parser.go | 0 vendor/github.com/mmcdole/gofeed/rss/feed.go | 0 vendor/github.com/mmcdole/gofeed/rss/parser.go | 0 vendor/github.com/mmcdole/gofeed/translator.go | 0 vendor/github.com/mmcdole/goxpp/LICENSE | 0 vendor/github.com/mmcdole/goxpp/README.md | 0 vendor/github.com/mmcdole/goxpp/xpp.go | 0 63 files changed, 16 insertions(+) create mode 100755 Dockerfile mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/LICENSE mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/README.md mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/array.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/doc.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/expand.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/filter.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/go.mod mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/go.sum mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/iteration.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/manipulation.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/property.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/query.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/traversal.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/type.go mode change 100644 => 100755 vendor/github.com/PuerkitoBio/goquery/utilities.go mode change 100644 => 100755 vendor/github.com/andybalholm/cascadia/README.md mode change 100644 => 100755 vendor/github.com/andybalholm/cascadia/go.mod mode change 100644 => 100755 vendor/github.com/andybalholm/cascadia/parser.go mode change 100644 => 100755 vendor/github.com/andybalholm/cascadia/selector.go mode change 100644 => 100755 vendor/github.com/andybalholm/cascadia/serialize.go mode change 100644 => 100755 vendor/github.com/andybalholm/cascadia/specificity.go mode change 100644 => 100755 vendor/github.com/golang-collections/go-datastructures/LICENSE mode change 100644 => 100755 vendor/github.com/golang-collections/go-datastructures/queue/error.go mode change 100644 => 100755 vendor/github.com/golang-collections/go-datastructures/queue/priority_queue.go mode change 100644 => 100755 vendor/github.com/golang-collections/go-datastructures/queue/queue.go mode change 100644 => 100755 vendor/github.com/golang-collections/go-datastructures/queue/ring.go mode change 100644 => 100755 vendor/github.com/gorilla/feeds/AUTHORS mode change 100644 => 100755 vendor/github.com/gorilla/feeds/LICENSE mode change 100644 => 100755 vendor/github.com/gorilla/feeds/README.md mode change 100644 => 100755 vendor/github.com/gorilla/feeds/atom.go mode change 100644 => 100755 vendor/github.com/gorilla/feeds/doc.go mode change 100644 => 100755 vendor/github.com/gorilla/feeds/feed.go mode change 100644 => 100755 vendor/github.com/gorilla/feeds/json.go mode change 100644 => 100755 vendor/github.com/gorilla/feeds/rss.go mode change 100644 => 100755 vendor/github.com/gorilla/feeds/test.atom mode change 100644 => 100755 vendor/github.com/gorilla/feeds/test.rss mode change 100644 => 100755 vendor/github.com/gorilla/feeds/to-implement.md mode change 100644 => 100755 vendor/github.com/gorilla/feeds/uuid.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/LICENSE mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/README.md mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/atom/feed.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/atom/parser.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/detector.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/extensions/dublincore.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/extensions/extensions.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/extensions/itunes.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/feed.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/go.mod mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/go.sum mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/internal/shared/charsetconv.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/internal/shared/dateparser.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/internal/shared/extparser.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/internal/shared/parseutils.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/internal/shared/xmlbase.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/internal/shared/xmlsanitizer.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/parser.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/rss/feed.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/rss/parser.go mode change 100644 => 100755 vendor/github.com/mmcdole/gofeed/translator.go mode change 100644 => 100755 vendor/github.com/mmcdole/goxpp/LICENSE mode change 100644 => 100755 vendor/github.com/mmcdole/goxpp/README.md mode change 100644 => 100755 vendor/github.com/mmcdole/goxpp/xpp.go diff --git a/Dockerfile b/Dockerfile new file mode 100755 index 0000000..2097db4 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,16 @@ + +FROM golang:1.13-alpine as certs +RUN apk update && apk add --no-cache ca-certificates + +FROM busybox:glibc +RUN mkdir -p /var/log +WORKDIR /main +COPY --from=certs /etc/ssl/certs /etc/ssl/certs + +COPY . . + +ENV GOPATH="" +ENV MNT="/mnt/" +ENTRYPOINT ["/main/exec-rssmon3"] +CMD [] + diff --git a/vendor/github.com/PuerkitoBio/goquery/LICENSE b/vendor/github.com/PuerkitoBio/goquery/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/README.md b/vendor/github.com/PuerkitoBio/goquery/README.md old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/array.go b/vendor/github.com/PuerkitoBio/goquery/array.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/doc.go b/vendor/github.com/PuerkitoBio/goquery/doc.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/expand.go b/vendor/github.com/PuerkitoBio/goquery/expand.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/filter.go b/vendor/github.com/PuerkitoBio/goquery/filter.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/go.mod b/vendor/github.com/PuerkitoBio/goquery/go.mod old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/go.sum b/vendor/github.com/PuerkitoBio/goquery/go.sum old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/iteration.go b/vendor/github.com/PuerkitoBio/goquery/iteration.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/manipulation.go b/vendor/github.com/PuerkitoBio/goquery/manipulation.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/property.go b/vendor/github.com/PuerkitoBio/goquery/property.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/query.go b/vendor/github.com/PuerkitoBio/goquery/query.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/traversal.go b/vendor/github.com/PuerkitoBio/goquery/traversal.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/type.go b/vendor/github.com/PuerkitoBio/goquery/type.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/PuerkitoBio/goquery/utilities.go b/vendor/github.com/PuerkitoBio/goquery/utilities.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/andybalholm/cascadia/README.md b/vendor/github.com/andybalholm/cascadia/README.md old mode 100644 new mode 100755 diff --git a/vendor/github.com/andybalholm/cascadia/go.mod b/vendor/github.com/andybalholm/cascadia/go.mod old mode 100644 new mode 100755 diff --git a/vendor/github.com/andybalholm/cascadia/parser.go b/vendor/github.com/andybalholm/cascadia/parser.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/andybalholm/cascadia/selector.go b/vendor/github.com/andybalholm/cascadia/selector.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/andybalholm/cascadia/serialize.go b/vendor/github.com/andybalholm/cascadia/serialize.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/andybalholm/cascadia/specificity.go b/vendor/github.com/andybalholm/cascadia/specificity.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/golang-collections/go-datastructures/LICENSE b/vendor/github.com/golang-collections/go-datastructures/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/github.com/golang-collections/go-datastructures/queue/error.go b/vendor/github.com/golang-collections/go-datastructures/queue/error.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/golang-collections/go-datastructures/queue/priority_queue.go b/vendor/github.com/golang-collections/go-datastructures/queue/priority_queue.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/golang-collections/go-datastructures/queue/queue.go b/vendor/github.com/golang-collections/go-datastructures/queue/queue.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/golang-collections/go-datastructures/queue/ring.go b/vendor/github.com/golang-collections/go-datastructures/queue/ring.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/AUTHORS b/vendor/github.com/gorilla/feeds/AUTHORS old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/LICENSE b/vendor/github.com/gorilla/feeds/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/README.md b/vendor/github.com/gorilla/feeds/README.md old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/atom.go b/vendor/github.com/gorilla/feeds/atom.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/doc.go b/vendor/github.com/gorilla/feeds/doc.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/feed.go b/vendor/github.com/gorilla/feeds/feed.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/json.go b/vendor/github.com/gorilla/feeds/json.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/rss.go b/vendor/github.com/gorilla/feeds/rss.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/test.atom b/vendor/github.com/gorilla/feeds/test.atom old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/test.rss b/vendor/github.com/gorilla/feeds/test.rss old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/to-implement.md b/vendor/github.com/gorilla/feeds/to-implement.md old mode 100644 new mode 100755 diff --git a/vendor/github.com/gorilla/feeds/uuid.go b/vendor/github.com/gorilla/feeds/uuid.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/LICENSE b/vendor/github.com/mmcdole/gofeed/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/README.md b/vendor/github.com/mmcdole/gofeed/README.md old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/atom/feed.go b/vendor/github.com/mmcdole/gofeed/atom/feed.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/atom/parser.go b/vendor/github.com/mmcdole/gofeed/atom/parser.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/detector.go b/vendor/github.com/mmcdole/gofeed/detector.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/extensions/dublincore.go b/vendor/github.com/mmcdole/gofeed/extensions/dublincore.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/extensions/extensions.go b/vendor/github.com/mmcdole/gofeed/extensions/extensions.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/extensions/itunes.go b/vendor/github.com/mmcdole/gofeed/extensions/itunes.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/feed.go b/vendor/github.com/mmcdole/gofeed/feed.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/go.mod b/vendor/github.com/mmcdole/gofeed/go.mod old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/go.sum b/vendor/github.com/mmcdole/gofeed/go.sum old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/internal/shared/charsetconv.go b/vendor/github.com/mmcdole/gofeed/internal/shared/charsetconv.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/internal/shared/dateparser.go b/vendor/github.com/mmcdole/gofeed/internal/shared/dateparser.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/internal/shared/extparser.go b/vendor/github.com/mmcdole/gofeed/internal/shared/extparser.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/internal/shared/parseutils.go b/vendor/github.com/mmcdole/gofeed/internal/shared/parseutils.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/internal/shared/xmlbase.go b/vendor/github.com/mmcdole/gofeed/internal/shared/xmlbase.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/internal/shared/xmlsanitizer.go b/vendor/github.com/mmcdole/gofeed/internal/shared/xmlsanitizer.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/parser.go b/vendor/github.com/mmcdole/gofeed/parser.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/rss/feed.go b/vendor/github.com/mmcdole/gofeed/rss/feed.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/rss/parser.go b/vendor/github.com/mmcdole/gofeed/rss/parser.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/gofeed/translator.go b/vendor/github.com/mmcdole/gofeed/translator.go old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/goxpp/LICENSE b/vendor/github.com/mmcdole/goxpp/LICENSE old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/goxpp/README.md b/vendor/github.com/mmcdole/goxpp/README.md old mode 100644 new mode 100755 diff --git a/vendor/github.com/mmcdole/goxpp/xpp.go b/vendor/github.com/mmcdole/goxpp/xpp.go old mode 100644 new mode 100755