Skip to content

Commit

Permalink
重构:更新最小支持版本
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Jun 24, 2023
1 parent a98f302 commit d1245fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module github.com/antlabs/quickws

go 1.16
go 1.18

require (
github.com/antlabs/wsutil v0.0.1
github.com/stretchr/testify v1.7.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit d1245fc

Please sign in to comment.