first commit
This commit is contained in:
22
go.mod
Normal file
22
go.mod
Normal file
@ -0,0 +1,22 @@
|
||||
module github.com/saltosystems/winrt-go
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/glerchundi/subcommands v0.0.0-20181212083838-923a6ccb11f8
|
||||
github.com/go-kit/log v0.2.1
|
||||
github.com/go-ole/go-ole v1.2.6
|
||||
github.com/peterbourgon/ff/v3 v3.1.2
|
||||
github.com/stretchr/testify v1.7.5
|
||||
github.com/tdakkota/win32metadata v0.1.0
|
||||
golang.org/x/sys v0.0.0-20220624220833-87e55d714810
|
||||
golang.org/x/tools v0.1.11
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
Reference in New Issue
Block a user