Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maguro committed Jun 4, 2022
1 parent dcac537 commit 729840b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 444 deletions.
14 changes: 9 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ module m4o.io/pbf
go 1.14

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0 // indirect
github.com/golang/geo v0.0.0-20210108004804-a63082ebfb66
github.com/golang/protobuf v1.4.3
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/spf13/cobra v1.1.2
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
github.com/golang/protobuf v1.5.2
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
google.golang.org/protobuf v1.23.0
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
google.golang.org/protobuf v1.28.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
)
Loading

0 comments on commit 729840b

Please sign in to comment.