You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
249 B
10 lines
249 B
module gitea.beetbox.io/Alex/pv
|
|
|
|
go 1.18
|
|
|
|
require github.com/linuxdeepin/go-x11-client v0.0.0-20221118020450-811d87e63fec
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|
|
|