Skip to content

Commit

Permalink
Merge pull request #2 from allianz-direct/feat/bump-go-deps-versions
Browse files Browse the repository at this point in the history
build(deps): bump go and deps versions
  • Loading branch information
daniel-maganto committed Sep 18, 2023
2 parents 9f57034 + 78ff2b9 commit 8d7a3ab
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 141 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/golang:1.17-alpine as builder
FROM public.ecr.aws/docker/library/golang:1.21-alpine as builder
WORKDIR /
ADD go.mod go.sum main.go /
ENV CGO_ENABLED=0
Expand Down
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
module tekton-s3-log-reader

go 1.17
go 1.21

require (
github.com/aws/aws-sdk-go v1.42.22
github.com/prometheus/client_golang v1.11.0
github.com/aws/aws-sdk-go v1.45.11
github.com/prometheus/client_golang v1.16.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 8d7a3ab

Please sign in to comment.