Skip to content

Commit 17d7a76

Browse files
committed
chore: dep upgrade
1 parent 5a2cab4 commit 17d7a76

File tree

6 files changed

+97
-32
lines changed

6 files changed

+97
-32
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: "^1.18.1"
19+
go-version: "^1.20.1"
2020
- uses: golangci/golangci-lint-action@v3
2121
with:
2222
version: latest
2323
- name: Unit testing
2424
run: go test ./...
2525
- name: Login to Docker Hub Docker Registry
26-
uses: docker/login-action@v2.0.0
26+
uses: docker/login-action@v2.1.0
2727
with:
2828
username: wyattjoh
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@v2.0.0
31+
uses: docker/login-action@v2.1.0
3232
with:
3333
registry: ghcr.io
3434
username: wyattjoh
3535
password: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
36-
- uses: goreleaser/goreleaser-action@v3.1.0
36+
- uses: goreleaser/goreleaser-action@v4.2.0
3737
with:
3838
version: latest
3939
args: release --rm-dist

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: "^1.18.1"
16+
go-version: "^1.20.1"
1717
- uses: golangci/golangci-lint-action@v3
1818
with:
1919
version: latest

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
go: 1.18
2+
go: 1.19
33

44
linter-settings:
55
misspell:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16.2
1+
FROM alpine:3.17.2
22
LABEL maintainer="[email protected]"
33

44
RUN apk add --no-cache --virtual ca-certificates mailcap

go.mod

+26-25
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,61 @@
11
module github.com/wyattjoh/ims
22

3-
go 1.18
3+
go 1.20
44

55
require (
6-
cloud.google.com/go/storage v1.27.0
6+
cloud.google.com/go/storage v1.29.0
77
github.com/disintegration/imaging v1.6.2
88
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
99
github.com/meatballhat/negroni-logrus v1.1.1
1010
github.com/minio/minio-go v6.0.14+incompatible
1111
github.com/opentracing/opentracing-go v1.2.0
1212
github.com/pkg/errors v0.9.1
13-
github.com/prometheus/client_golang v1.13.0
14-
github.com/rs/cors v1.8.2
13+
github.com/prometheus/client_golang v1.14.0
14+
github.com/rs/cors v1.8.3
1515
github.com/sirupsen/logrus v1.9.0
1616
github.com/uber/jaeger-client-go v2.30.0+incompatible
17-
github.com/urfave/cli/v2 v2.17.1
17+
github.com/urfave/cli/v2 v2.24.4
1818
github.com/urfave/negroni v1.0.0
19-
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
20-
google.golang.org/api v0.98.0
19+
golang.org/x/oauth2 v0.5.0
20+
google.golang.org/api v0.111.0
2121
)
2222

2323
require (
24-
cloud.google.com/go v0.104.0 // indirect
25-
cloud.google.com/go/compute v1.10.0 // indirect
26-
cloud.google.com/go/iam v0.5.0 // indirect
24+
cloud.google.com/go v0.110.0 // indirect
25+
cloud.google.com/go/compute v1.18.0 // indirect
26+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
27+
cloud.google.com/go/iam v0.12.0 // indirect
2728
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
2829
github.com/beorn7/perks v1.0.1 // indirect
29-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
30+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3031
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
3132
github.com/go-ini/ini v1.67.0 // indirect
3233
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3334
github.com/golang/protobuf v1.5.2 // indirect
3435
github.com/google/btree v1.1.2 // indirect
3536
github.com/google/go-cmp v0.5.9 // indirect
3637
github.com/google/uuid v1.3.0 // indirect
37-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
38-
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
39-
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
38+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
39+
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
40+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
4041
github.com/mitchellh/go-homedir v1.1.0 // indirect
4142
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
42-
github.com/prometheus/client_model v0.2.0 // indirect
43-
github.com/prometheus/common v0.37.0 // indirect
44-
github.com/prometheus/procfs v0.8.0 // indirect
43+
github.com/prometheus/client_model v0.3.0 // indirect
44+
github.com/prometheus/common v0.41.0 // indirect
45+
github.com/prometheus/procfs v0.9.0 // indirect
4546
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4647
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
4748
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
48-
go.opencensus.io v0.23.0 // indirect
49+
go.opencensus.io v0.24.0 // indirect
4950
go.uber.org/atomic v1.10.0 // indirect
50-
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
51-
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
52-
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
53-
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
54-
golang.org/x/text v0.3.7 // indirect
51+
golang.org/x/crypto v0.6.0 // indirect
52+
golang.org/x/image v0.5.0 // indirect
53+
golang.org/x/net v0.7.0 // indirect
54+
golang.org/x/sys v0.5.0 // indirect
55+
golang.org/x/text v0.7.0 // indirect
5556
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
5657
google.golang.org/appengine v1.6.7 // indirect
57-
google.golang.org/genproto v0.0.0-20220927151529-dcaddaf36704 // indirect
58-
google.golang.org/grpc v1.49.0 // indirect
58+
google.golang.org/genproto v0.0.0-20230301171018-9ab4bdc49ad5 // indirect
59+
google.golang.org/grpc v1.53.0 // indirect
5960
google.golang.org/protobuf v1.28.1 // indirect
6061
)

0 commit comments

Comments
 (0)