Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinuhma committed Jul 14, 2022
1 parent cee4200 commit 245113c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/briandowns/spinner v1.18.1
github.com/capeprivacy/go-kit v0.0.0-20220420152147-667383169b7a
github.com/cloudflare/circl v1.2.0
github.com/fxamacker/cbor/v2 v2.4.0
github.com/google/tink/go v1.6.1
github.com/jedib0t/go-pretty/v6 v6.3.1
github.com/spf13/cobra v1.4.0
)

require (
github.com/cloudflare/circl v1.2.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
Expand Down

0 comments on commit 245113c

Please sign in to comment.