
This also refactors the lcow and windows snapshotters to use go-winio's utility functions for checking the filesystem type. Signed-off-by: Eric Hotinger <ehotinger@gmail.com>
10 lines
177 B
Modula-2
10 lines
177 B
Modula-2
module github.com/Microsoft/go-winio
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.1
|
|
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
|
|
)
|