1
0
mirror of https://github.com/fumiama/go-nd-portal.git synced 2026-06-27 06:30:27 +08:00
This commit is contained in:
源文雨
2022-11-26 00:39:38 +08:00
parent 2dd688a7d9
commit 8743bf9b5d
8 changed files with 361 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/fumiama/go-nd-portal
go 1.19
require (
github.com/FloatTech/floatbox v0.0.0-20221121151328-cac4af114b44
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)