Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Dec 11, 2023
1 parent 9895027 commit 36253c0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 2,311 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.1
1.21.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang AS builder
MAINTAINER Ugo Landini <ugo@confluent.io>

ARG VERSION=0.3.3
ARG VERSION=0.3.4
ARG USER=$(id -u -n)
ARG TIME=$(date)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.20-alpine AS builder
MAINTAINER Ugo Landini <ugo@confluent.io>

ARG VERSION=0.3.3
ARG VERSION=0.3.4
ARG USER=$(id -u -n)
ARG TIME=$(date)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.3.3
VERSION=0.3.4
USER=$(shell id -u -n)
TIME=$(shell date)

Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.3.4
- added DE localisation
- added we template editor/validator
- added Google GCS producer

v0.3.2
- ...
- removed ConsoleProducer clone used during emitter refactoring
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ require (
go.opentelemetry.io/otel v1.21.0 // indirect
go.opentelemetry.io/otel/metric v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.21.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
Expand Down Expand Up @@ -82,7 +81,6 @@ require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/squeeze69/codicefiscale v1.0.4 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
Expand Down
2,306 changes: 1 addition & 2,305 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 36253c0

Please sign in to comment.