mirror of
https://github.com/Egida/EndGame0.git
synced 2025-08-05 04:44:20 -04:00
21 lines
581 B
Modula-2
21 lines
581 B
Modula-2
module gobalance
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/urfave/cli/v2 v2.27.1
|
|
golang.org/x/crypto v0.17.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
maze.io/x/crypto v0.0.0-20190131090603-9b94c9afe066
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|