Skip to content

Commit

Permalink
Merge branch 'vendor-junit-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Feb 17, 2023
2 parents 549b82a + fa6df06 commit f037899
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 161 deletions.
35 changes: 18 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,46 @@ module github.com/ForceCLI/force
go 1.18

require (
github.com/ForceCLI/config v0.0.0-20180509213558-77c46df182dc
github.com/ForceCLI/config v0.0.0-20230217143549-9149d42a3c99
github.com/ForceCLI/inflect v0.0.0-20130829110746-cc00b5ad7a6a
github.com/ViViDboarder/gotifier v0.0.0-20140619195515-0f19f3d7c54c
github.com/bgentry/speakeasy v0.1.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d
github.com/devangel/config v0.0.0-20160113214547-0bb295da1e55
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/linkedin/goavro/v2 v2.11.0
github.com/linkedin/goavro/v2 v2.12.0
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.20.1
github.com/onsi/gomega v1.10.0
github.com/pkg/errors v0.9.1
github.com/rgalanakis/golangal v0.0.0-20210923203926-e36008487518
github.com/spf13/cobra v1.5.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
k8s.io/kubernetes v1.25.3
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.6.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hpcloud/tail v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Expand Down
Loading

0 comments on commit f037899

Please sign in to comment.