File: go.mod

package info (click to toggle)
golang-github-hirochachacha-go-smb2 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 952 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/hirochachacha/go-smb2

go 1.12

require (
	github.com/geoffgarside/ber v1.1.0
	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
)