|
1 | | -module m1k1o/transcode |
| 1 | +module github.com/m1k1o/go-transcode |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/fsnotify/fsnotify v1.4.9 // indirect |
7 | | - github.com/go-chi/chi v4.1.0+incompatible |
8 | | - github.com/mitchellh/mapstructure v1.2.2 // indirect |
9 | | - github.com/pelletier/go-toml v1.7.0 // indirect |
10 | | - github.com/rs/zerolog v1.18.0 |
11 | | - github.com/spf13/afero v1.2.2 // indirect |
12 | | - github.com/spf13/cast v1.3.1 // indirect |
13 | | - github.com/spf13/cobra v0.0.7 |
| 6 | + github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 7 | + github.com/go-chi/chi v4.1.2+incompatible |
| 8 | + github.com/mitchellh/mapstructure v1.4.1 // indirect |
| 9 | + github.com/pelletier/go-toml v1.9.4 // indirect |
| 10 | + github.com/rs/zerolog v1.24.0 |
| 11 | + github.com/spf13/afero v1.6.0 // indirect |
| 12 | + github.com/spf13/cast v1.4.1 // indirect |
| 13 | + github.com/spf13/cobra v1.2.1 |
14 | 14 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
15 | 15 | github.com/spf13/pflag v1.0.5 // indirect |
16 | | - github.com/spf13/viper v1.6.2 |
17 | | - github.com/stretchr/testify v1.5.1 // indirect |
18 | | - golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect |
19 | | - golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect |
20 | | - golang.org/x/text v0.3.2 // indirect |
21 | | - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
22 | | - gopkg.in/ini.v1 v1.55.0 // indirect |
23 | | - gopkg.in/yaml.v2 v2.2.8 |
| 16 | + github.com/spf13/viper v1.8.1 |
| 17 | + golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect |
| 18 | + golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect |
| 19 | + golang.org/x/text v0.3.7 // indirect |
| 20 | + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 21 | + gopkg.in/ini.v1 v1.62.1 // indirect |
| 22 | + gopkg.in/yaml.v2 v2.4.0 |
| 23 | +) |
| 24 | + |
| 25 | +require ( |
| 26 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 27 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 28 | + github.com/magiconair/properties v1.8.5 // indirect |
| 29 | + github.com/subosito/gotenv v1.2.0 // indirect |
24 | 30 | ) |
0 commit comments