-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies including runtime image (Alpine)
Fixes #169
- Loading branch information
Martin Schneppenheim
committed
Nov 17, 2022
1 parent
3806868
commit 2ddba52
Showing
3 changed files
with
442 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,52 @@ | ||
module github.com/cloudhut/kminion/v2 | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/google/uuid v1.2.0 | ||
github.com/jcmturner/gokrb5/v8 v8.4.2 | ||
github.com/google/uuid v1.3.0 | ||
github.com/jcmturner/gokrb5/v8 v8.4.3 | ||
github.com/jellydator/ttlcache/v2 v2.11.1 | ||
github.com/knadh/koanf v0.16.0 | ||
github.com/mitchellh/mapstructure v1.4.1 | ||
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc | ||
github.com/knadh/koanf v1.4.4 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/orcaman/concurrent-map v1.0.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.10.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/twmb/franz-go v1.4.1 | ||
github.com/twmb/franz-go/pkg/kmsg v1.0.0 | ||
go.uber.org/atomic v1.7.0 | ||
go.uber.org/zap v1.16.0 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/twmb/franz-go v1.10.0 | ||
github.com/twmb/franz-go/pkg/kmsg v1.2.0 | ||
github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0 | ||
go.uber.org/atomic v1.10.0 | ||
go.uber.org/zap v1.23.0 | ||
golang.org/x/sync v0.1.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect | ||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect | ||
github.com/jcmturner/gofork v1.0.0 // indirect | ||
github.com/jcmturner/gofork v1.7.6 // indirect | ||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect | ||
github.com/klauspost/compress v1.15.1 // indirect | ||
github.com/klauspost/compress v1.15.12 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/pelletier/go-toml v1.9.1 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.14 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.17 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.24.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/twmb/go-rbtree v1.0.0 // indirect | ||
go.uber.org/multierr v1.7.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
go.uber.org/multierr v1.8.0 // indirect | ||
golang.org/x/crypto v0.3.0 // indirect | ||
golang.org/x/net v0.2.0 // indirect | ||
golang.org/x/sys v0.2.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
honnef.co/go/tools v0.1.4 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.