1
0
mirror of https://github.com/fumiama/wintun.git synced 2026-06-05 01:10:23 +08:00
Files
wintun/go.mod
2021-12-29 23:21:27 +08:00

9 lines
143 B
Modula-2

module github.com/fumiama/wintun
go 1.17
require (
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b
)