Skip to content

Commit 0afae1a

Browse files
committed
Use konradit/gopro-utils @v1.0.0
1 parent 0d8261e commit 0afae1a

File tree

3 files changed

+43
-16
lines changed

3 files changed

+43
-16
lines changed

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
module github.com/konradit/mmt
22

3-
go 1.18
3+
go 1.23
4+
5+
toolchain go1.23.5
46

57
require (
68
github.com/abema/go-mp4 v0.9.0
79
github.com/codingsince1985/geo-golang v1.8.3
810
github.com/dustin/go-humanize v1.0.0
911
github.com/erdaltsksn/cui v0.6.0
1012
github.com/fatih/color v1.10.0
13+
github.com/hashicorp/go-retryablehttp v0.7.5
1114
github.com/k3a/html2text v1.0.7
1215
github.com/karrick/godirwalk v1.16.1
13-
github.com/konradit/gopro-utils v0.0.0-20221223164811-e440e8829226
16+
github.com/konradit/gopro-utils v1.0.0
1417
github.com/maja42/goval v1.3.1
1518
github.com/minio/minio v0.0.0-20210220233218-48b212dd8e96
1619
github.com/mitchellh/go-homedir v1.1.0
@@ -43,7 +46,6 @@ require (
4346
github.com/google/uuid v1.1.2 // indirect
4447
github.com/gookit/color v1.2.9 // indirect
4548
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
46-
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
4749
github.com/hashicorp/hcl v1.0.0 // indirect
4850
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4951
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -56,8 +58,7 @@ require (
5658
github.com/mitchellh/mapstructure v1.1.2 // indirect
5759
github.com/montanaflynn/stats v0.5.0 // indirect
5860
github.com/ncw/directio v1.0.5 // indirect
59-
github.com/paulmach/go.geo v0.0.0-20180829195134-22b514266d33 // indirect
60-
github.com/paulmach/go.geojson v1.4.0 // indirect
61+
github.com/paulmach/orb v0.11.1 // indirect
6162
github.com/pelletier/go-buffruneio v0.2.0 // indirect
6263
github.com/pelletier/go-toml v1.2.0 // indirect
6364
github.com/pkg/errors v0.9.1 // indirect

0 commit comments

Comments
 (0)