You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
286 B
14 lines
286 B
module marmic/servicetrade-toolbox
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
|
|
)
|
|
|
|
require (
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/term v0.25.0 // indirect
|
|
)
|
|
|