2022-10-27 16:14:15 +02:00
|
|
|
module gogs.mikescher.com/BlackForestBytes/goext
|
2022-10-27 16:00:57 +02:00
|
|
|
|
|
|
|
go 1.19
|
2022-10-27 16:48:26 +02:00
|
|
|
|
|
|
|
require (
|
2022-10-29 15:34:40 +02:00
|
|
|
golang.org/x/sys v0.1.0
|
2022-10-27 16:48:26 +02:00
|
|
|
golang.org/x/term v0.1.0
|
|
|
|
)
|