Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ module github.com/tomarrell/lbadd
go 1.13

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.5.1
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/ulid v1.3.1
github.com/rs/zerolog v1.19.0
github.com/spf13/afero v1.4.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/cobra v1.7.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
Expand Down
Loading