1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-27 07:20:25 +08:00
This commit is contained in:
fumiama
2021-12-29 20:59:42 +08:00
parent 2b4b6d7c09
commit 5b6a70c00f
4 changed files with 18 additions and 6 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/fumiama/water
go 1.17
require (
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
)