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
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/tomarrell/lbadd
go 1.13

require (
github.com/google/go-cmp v0.5.1
github.com/google/go-cmp v0.5.4
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/afero v1.9.5
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // 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
golang.org/x/text v0.3.3
golang.org/x/tools v0.0.0-20200521211927-2b542361a4fc
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
Loading