Update module go to 1.19
parent
c32a0284b2
commit
eb281263f3
|
@ -1,6 +1,6 @@
|
|||
module github.com/icedream/livestream-tools/icedreammusic/foobar2000
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
replace (
|
||||
github.com/icedream/livestream-tools/icedreammusic/metacollector => ../metacollector
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/icedream/livestream-tools/icedreammusic/metacollector
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/icedream/livestream-tools/icedreammusic/prime4
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
replace (
|
||||
github.com/icedream/livestream-tools/icedreammusic/metacollector => ../metacollector
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/icedream/livestream-tools/icedreammusic/tuna
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/icedream/livestream-tools/icedreammusic/tunadish
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gin-contrib/cors v1.4.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/icedream/livestream-tools/icedreammusic/tunaposter
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
|
|
Loading…
Reference in New Issue