mirror of
https://github.com/fumiama/water.git
synced 2026-06-05 02:00:29 +08:00
12 lines
285 B
Modula-2
12 lines
285 B
Modula-2
module github.com/fumiama/water
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/fumiama/wintun v0.0.0-20211229152851-8bc97c8034c0
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
|
)
|
|
|
|
require github.com/sirupsen/logrus v1.8.1 // indirect
|