Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
Signed-off-by: Paul MARS <paul.mars@intrinsec.com>
  • Loading branch information
Paul MARS committed Jan 9, 2023
2 parents 74e7d74 + c44687b commit 297e93f
Show file tree
Hide file tree
Showing 20 changed files with 222 additions and 164 deletions.
57 changes: 28 additions & 29 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@ go 1.18
require (
github.com/basgys/goxml2json v1.1.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/cloudhut/common v0.6.1
github.com/cloudhut/common v0.7.0
github.com/cloudhut/connect-client v0.0.0-20220929214026-6c714f7b6651
github.com/dop251/goja v0.0.0-20221106173738-3b8a68ca89b4
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/dop251/goja v0.0.0-20221229151140-b95230a9dbad
github.com/go-chi/chi/v5 v5.0.8
github.com/go-git/go-billy/v5 v5.4.0
github.com/go-git/go-git/v5 v5.5.1
github.com/go-resty/resty/v2 v2.7.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/gorilla/schema v1.2.0
github.com/gorilla/websocket v1.5.0
github.com/hamba/avro/v2 v2.2.0
github.com/hamba/avro/v2 v2.3.0
github.com/jarcoal/httpmock v1.0.8
github.com/jcmturner/gokrb5/v8 v8.4.3
github.com/jhump/protoreflect v1.14.0
github.com/knadh/koanf v1.4.4
github.com/knadh/koanf v1.4.5
github.com/mitchellh/mapstructure v1.5.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20221111090043-f1e7b94313b5
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20230104182309-7698d02c437e
github.com/stretchr/testify v1.8.0
github.com/twmb/franz-go v1.9.2-0.20221101035527-a07b8c8a01ce
github.com/twmb/franz-go v1.11.0
github.com/twmb/franz-go/pkg/kmsg v1.2.0
github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0
github.com/twmb/go-cache v0.0.0-20220821215028-292418b9f9ed
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/zencoder/go-smile v0.0.0-20220221105746-06ef4fe5fa0a
go.uber.org/zap v1.23.0
golang.org/x/exp v0.0.0-20221110155412-d0897a79cd37
golang.org/x/net v0.2.0
go.uber.org/zap v1.24.0
golang.org/x/exp v0.0.0-20221230185412-738e83a70c30
golang.org/x/net v0.5.0
golang.org/x/sync v0.1.0
google.golang.org/protobuf v1.28.1
)
Expand All @@ -43,62 +43,61 @@ require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cloudflare/circl v1.3.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gliderlabs/ssh v0.3.2 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/klauspost/compress v1.15.14 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pjbgf/sha1cd v0.2.3 // indirect
github.com/pmezard/go-difflib v1.0.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
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sethgrid/pester v1.2.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/twmb/tlscfg v1.2.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.2 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.2.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/tools v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/tools v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20230104163317-caabf589fcbf // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 297e93f

Please sign in to comment.