mirror of
https://github.com/lxzan/gws
synced 2026-04-22 15:47:14 +08:00
15 lines
272 B
Modula-2
15 lines
272 B
Modula-2
module github.com/lxzan/gws
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.17.9
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|