mirror of
https://github.com/therootcompany/golib.git
synced 2026-01-27 23:18:05 +00:00
15 lines
280 B
Modula-2
15 lines
280 B
Modula-2
module example.com/m
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
github.com/hirochachacha/go-smb2 v1.1.0
|
|
golang.org/x/term v0.39.0
|
|
)
|
|
|
|
require (
|
|
github.com/geoffgarside/ber v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|