mirror of
https://github.com/jehiah/TrafficSpeed.git
synced 2026-04-22 23:47:06 +08:00
23 lines
663 B
Modula-2
23 lines
663 B
Modula-2
module github.com/jehiah/TrafficSpeed
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/anthonynsimon/bild v0.11.1
|
|
github.com/asticode/go-astiav v0.37.0
|
|
github.com/chai2010/webp v1.1.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/spf13/cobra v0.0.7
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/gographics/imagick.v3 v3.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/asticode/go-astikit v0.42.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|