Skip to content

Commit

Permalink
Altera versão manualmente do foundationkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Reis committed Feb 6, 2023
1 parent 5bb9849 commit 74866f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 435 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go/bigquery v1.45.0
cloud.google.com/go/pubsub v1.28.0
github.com/Shopify/sarama v1.38.1
github.com/arquivei/foundationkit v0.1.2
github.com/arquivei/foundationkit v0.3.2
github.com/confluentinc/confluent-kafka-go/v2 v2.0.2
github.com/go-kit/kit v0.12.0
github.com/imkira/go-observer v1.0.3
Expand All @@ -21,7 +21,9 @@ require (
cloud.google.com/go/longrunning v0.3.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/oklog/ulid/v2 v2.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/prometheus/prometheus v0.36.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
)

Expand All @@ -33,7 +35,7 @@ require (
cloud.google.com/go/monitoring v1.8.0 // indirect
cloud.google.com/go/storage v1.29.0
cloud.google.com/go/trace v1.8.0 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.13.11 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
github.com/aws/aws-sdk-go v1.44.28 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
Expand Down Expand Up @@ -62,7 +64,6 @@ require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/omeid/uconfig v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
Loading

0 comments on commit 74866f4

Please sign in to comment.