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.
11 lines
299 B
11 lines
299 B
module codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menuwrapper
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menu/v2 v2.0.0-20220927190633-200c92179ba2
|
|
github.com/sirupsen/logrus v1.9.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 // indirect
|