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-12-23 10:11:01 +01:00
|
|
|
golang.org/x/sys v0.3.0
|
|
|
|
golang.org/x/term v0.3.0
|
2022-10-27 16:48:26 +02:00
|
|
|
)
|
2022-12-07 23:21:36 +01:00
|
|
|
|
2022-12-23 10:11:01 +01:00
|
|
|
require (
|
|
|
|
github.com/jmoiron/sqlx v1.3.5 // indirect
|
2023-02-09 11:16:23 +01:00
|
|
|
go.mongodb.org/mongo-driver v1.11.1 // indirect
|
2022-12-23 10:11:01 +01:00
|
|
|
golang.org/x/crypto v0.4.0 // indirect
|
|
|
|
)
|