mirror of
https://github.com/fumiama/go-nd-portal.git
synced 2026-06-05 00:10:25 +08:00
17 lines
370 B
Modula-2
17 lines
370 B
Modula-2
module github.com/fumiama/go-nd-portal
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/term v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|