Files
dependabot[bot] b38e65e741 build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#130)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.51.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-02 20:17:43 +02:00

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.3
github.com/jcmturner/gofork v1.7.6
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/miekg/dns v1.1.72
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.35.1
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.52.0
golang.org/x/text v0.37.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.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/tools v0.44.0 // indirect
)