Skip to content

Commit

Permalink
fix(deps): update minor/patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fsrv-xyz committed Jun 17, 2023
2 parents f12c5c6 + ff1fdd6 commit 71ed9e8
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 264 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.19 AS builder
FROM golang:1.20@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS builder
ARG CI_JOB_ID
ARG CI_COMMIT_SHORT_SHA
WORKDIR /build
Expand Down
12 changes: 3 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ go 1.16

require (
github.com/bonsai-oss/mux v1.8.1
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/fsrv-xyz/version v0.0.1
github.com/getsentry/sentry-go v0.17.0
github.com/getsentry/sentry-go v0.22.0
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.15.14 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/minio/minio-go/v7 v7.0.47
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
github.com/minio/minio-go/v7 v7.0.57
github.com/prometheus/client_golang v1.16.0
)
Loading

0 comments on commit 71ed9e8

Please sign in to comment.