Skip to content

Commit

Permalink
feat: update cli with include-existing-events for creating batch expo…
Browse files Browse the repository at this point in the history
…rters
  • Loading branch information
bob van den hoogen committed Dec 20, 2021
1 parent b8bbd28 commit 354759a
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 109 deletions.
18 changes: 5 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/Shopify/sarama v1.30.0
github.com/actgardner/gogen-avro/v7 v7.3.1
github.com/bykof/gostradamus v1.0.4
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-rod/rod v0.101.8
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/protobuf v1.5.2
Expand All @@ -15,23 +14,16 @@ require (
github.com/jedib0t/go-pretty/v6 v6.2.4
github.com/joho/godotenv v1.3.0
github.com/magiconair/properties v1.8.5
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.1 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/strmprivacy/api-definitions-go/v2 v2.1.0
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
github.com/spf13/viper v1.10.0
github.com/strmprivacy/api-definitions-go/v2 v2.7.0
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/grpc v1.39.0
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
sigs.k8s.io/yaml v1.3.0
)
Loading

0 comments on commit 354759a

Please sign in to comment.