Skip to content

Commit 4ae8b8e

Browse files
committed
chore(deps): Add a few Go dependencies 🙌
Signed-off-by: Salim Afiune Maya <[email protected]>
1 parent 7763190 commit 4ae8b8e

File tree

697 files changed

+236960
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

697 files changed

+236960
-177
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
.idea
23

34
# vim

go.mod

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,25 @@ module github.com/lacework/go-sdk
22

33
go 1.14
44

5-
require github.com/stretchr/testify v1.5.1
5+
require (
6+
github.com/fatih/color v1.9.0 // indirect
7+
github.com/fsnotify/fsnotify v1.4.9 // indirect
8+
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
9+
github.com/mattn/go-colorable v0.1.6 // indirect
10+
github.com/mitchellh/go-homedir v1.1.0
11+
github.com/mitchellh/mapstructure v1.2.2 // indirect
12+
github.com/pelletier/go-toml v1.6.0 // indirect
13+
github.com/pkg/errors v0.9.1
14+
github.com/spf13/afero v1.2.2 // indirect
15+
github.com/spf13/cast v1.3.1 // indirect
16+
github.com/spf13/cobra v0.0.6
17+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
18+
github.com/spf13/pflag v1.0.5 // indirect
19+
github.com/spf13/viper v1.6.2
20+
github.com/stretchr/testify v1.5.1
21+
go.uber.org/zap v1.14.1
22+
golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae // indirect
23+
golang.org/x/text v0.3.2 // indirect
24+
gopkg.in/ini.v1 v1.55.0 // indirect
25+
gopkg.in/yaml.v2 v2.2.8 // indirect
26+
)

go.sum

Lines changed: 198 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/davecgh/go-spew/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/davecgh/go-spew/spew/bypass.go

Lines changed: 90 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/davecgh/go-spew/spew/common.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/davecgh/go-spew/spew/dump.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/davecgh/go-spew/spew/format.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fatih/color/LICENSE.md

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)