mirror of
https://github.com/oiweiwei/go-msrpc
synced 2026-06-08 16:28:58 +00:00
b1fca23aed
* chores: move gen target; refresh vendor; add dependabot * ad/erref: add codegen boilerplate
43 lines
1.3 KiB
Modula-2
43 lines
1.3 KiB
Modula-2
module github.com/oiweiwei/go-msrpc
|
|
|
|
ignore ./test
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.12.0
|
|
github.com/go-xmlfmt/xmlfmt v1.1.2
|
|
github.com/jcmturner/gofork v1.7.6
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
|
github.com/miekg/dns v1.1.58
|
|
github.com/oiweiwei/go-math v1.0.0
|
|
github.com/oiweiwei/go-oem v1.0.0
|
|
github.com/oiweiwei/go-smb2.fork v1.0.1
|
|
github.com/oiweiwei/gokrb5.fork/v9 v9.0.6
|
|
github.com/rs/zerolog v1.32.0
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/crypto v0.49.0
|
|
golang.org/x/text v0.36.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/geoffgarside/ber v1.1.0 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/indece-official/go-ebcdic v1.2.0 // indirect
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
golang.org/x/net v0.52.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/tools v0.43.0 // indirect
|
|
)
|