mirror of
https://github.com/go-gost/gost-plus.git
synced 2024-08-11 17:43:16 +00:00
22 lines
596 B
AMPL
22 lines
596 B
AMPL
module github.com/go-gost/gost.plus
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
gioui.org v0.5.0
|
|
gioui.org/x v0.5.0
|
|
golang.org/x/exp/shiny v0.0.0-20240103183307-be819d1f06fc
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
|
|
gioui.org/shader v1.0.8 // indirect
|
|
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect
|
|
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
|
|
golang.org/x/image v0.14.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|