Update tunaposter go.mod.
parent
40e3481927
commit
d3caafe3c5
|
@ -2,14 +2,18 @@ module github.com/icedream/livestream-tools/icedreammusic/tunaposter
|
|||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-00010101000000-000000000000
|
||||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-00010101000000-000000000000
|
||||
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
||||
github.com/pelletier/go-toml v1.2.0 // indirect
|
||||
github.com/stretchr/testify v1.6.1 // indirect
|
||||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780
|
||||
gopkg.in/yaml.v2 v2.2.8 // indirect
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue