|
module github.com/bjdgyc/anylink
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/pelletier/go-toml v1.8.0
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
|
|
)
|