azure-storage-file-go/go.mod

13 строки
362 B
Modula-2

module github.com/Azure/azure-storage-file-go
require (
github.com/Azure/azure-pipeline-go v0.2.1
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.5 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)
go 1.13