1
1
module github.com/konradit/mmt
2
2
3
- go 1.18
3
+ go 1.23
4
+
5
+ toolchain go1.23.5
4
6
5
7
require (
6
8
github.com/abema/go-mp4 v0.9.0
7
9
github.com/codingsince1985/geo-golang v1.8.3
8
10
github.com/dustin/go-humanize v1.0.0
9
11
github.com/erdaltsksn/cui v0.6.0
10
12
github.com/fatih/color v1.10.0
13
+ github.com/hashicorp/go-retryablehttp v0.7.5
11
14
github.com/k3a/html2text v1.0.7
12
15
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
14
17
github.com/maja42/goval v1.3.1
15
18
github.com/minio/minio v0.0.0-20210220233218-48b212dd8e96
16
19
github.com/mitchellh/go-homedir v1.1.0
@@ -43,7 +46,6 @@ require (
43
46
github.com/google/uuid v1.1.2 // indirect
44
47
github.com/gookit/color v1.2.9 // indirect
45
48
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
46
- github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
47
49
github.com/hashicorp/hcl v1.0.0 // indirect
48
50
github.com/inconshreveable/mousetrap v1.0.0 // indirect
49
51
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -56,8 +58,7 @@ require (
56
58
github.com/mitchellh/mapstructure v1.1.2 // indirect
57
59
github.com/montanaflynn/stats v0.5.0 // indirect
58
60
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
61
62
github.com/pelletier/go-buffruneio v0.2.0 // indirect
62
63
github.com/pelletier/go-toml v1.2.0 // indirect
63
64
github.com/pkg/errors v0.9.1 // indirect
0 commit comments