0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-06-02 17:49:40 +02:00

Compare commits

...

7 Commits

Author SHA1 Message Date
f1fdf56ad5
replace image labels 2020-12-16 09:02:45 +01:00
9706828871
[skip ci] update changelog 2020-12-10 09:24:55 +01:00
83a6fde03c
Merge pull request #10 from thegeeklab/renovate/golang.org-x-oauth2-digest
Update golang.org/x/oauth2 commit hash to 08078c5
2020-12-10 09:23:20 +01:00
Renovate Bot
e1144c634f
Update golang.org/x/oauth2 commit hash to 08078c5 2020-12-08 16:24:53 +00:00
f3fc4503b6
[skip ci] update changelog 2020-12-08 09:22:57 +01:00
4667df0eee
Merge pull request #9 from thegeeklab/renovate/golang.org-x-oauth2-digest
Update golang.org/x/oauth2 commit hash to 9317641
2020-12-07 21:14:54 +01:00
Renovate Bot
07a34dd540
Update golang.org/x/oauth2 commit hash to 9317641 2020-12-07 16:51:41 +00:00
6 changed files with 24 additions and 16 deletions

View File

@ -1,4 +1,3 @@
- ENHANCEMENT
- Update github.com/shurcooL/githubv4 commit hash to 234843c
- INTERNAL
- switch to go 1.15
- Update golang.org/x/oauth2 commit hash to 08078c5
- Replace deprecated `org.label-schema` by `org.opencontainers` labels

View File

@ -1,9 +1,11 @@
FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="GitHub Release Notifier" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="GitHub Release Notifier"
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/github-releases-notifier/"
RUN apk --no-cache add ca-certificates

View File

@ -1,9 +1,11 @@
FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="GitHub Release Notifier" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="GitHub Release Notifier"
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/github-releases-notifier/"
RUN apk --no-cache add ca-certificates

View File

@ -1,9 +1,11 @@
FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="GitHub Release Notifier" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="GitHub Release Notifier"
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/github-releases-notifier/"
RUN apk --no-cache add ca-certificates

2
go.mod
View File

@ -8,5 +8,5 @@ require (
github.com/joho/godotenv v1.3.0
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
)

3
go.sum
View File

@ -429,6 +429,9 @@ golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 h1:Mj83v+wSRNEar42a/MQgxk
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19 h1:ZD+2Sd/BnevwJp8PSli8WgGAGzb9IZtxBsv1iZMYeEA=
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20201207163604-931764155e3f h1:bGuVhRryQ3m1t3U3cQOa4TdSuMIXKrTrvmdJjQLbMKc=
golang.org/x/oauth2 v0.0.0-20201207163604-931764155e3f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw=